Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的一位客户抱怨说他的数据库无缘无故消失了。我猜他一定是误删了数据库。但我只是想确保这不会自动发生。ibdata 和 iblog 文件在那里,但缺少目录(例如公司)。
它不会自动发生。如果您记录 SQL 查询(例如 bin 日志),您可以搜索是否存在“删除数据库”查询。
如果您正确管理您的数据库权限,那么这应该是不可能的,只将 drop DB 访问权限授予 root 或您的超级用户。