gpt4 book ai didi

mysql - 是否有必要在 MySQL 中删除临时表?

转载 作者:IT老高 更新时间:2023-10-29 00:20:44 27 4
gpt4 key购买 nike

我在删除 临时 表时遇到问题。用户帐户没有“删除”权限。出于安全原因,我不想授予该权限。

我试图找到像“暂时放弃”这样的特权,但没有。似乎唯一的选择是删除所有“删除表”语句。我知道临时表会在数据库 session 结束后自动删除。

但是,我不确定将这项工作留给 MySQL 是否有任何副作用。请指教。

最佳答案

一旦您与数据库断开连接,临时表就会自动删除

A TEMPORARY table is visible only to the current connection, and is dropped automatically when the connection is closed

http://dev.mysql.com/doc/refman/5.1/en/create-table.html

所以 - 创建它们,使用它们,不要打扰它们的删除

关于mysql - 是否有必要在 MySQL 中删除临时表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11131325/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com