- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
查看 Ubuntu 13.10 服务器上的 /var/lib/mysql
文件夹,我看到很多名为 innodb_status.*
的文件。
运行ls -la
这些文件似乎没有大小,但我不想删除它们,以防它正在做一些重要的事情。
有什么想法吗?
最佳答案
根据MySQL pages下面引用,我会说“是的,你可以(但首先停止 mysql 服务器)”。
InnoDB sends diagnostic output to stderr or to files rather than to stdout or fixed-size memory buffers, to avoid potential buffer overflows. As a side effect, the output of
SHOW ENGINE INNODB STATUS
is written to a status file in the MySQL data directory every fifteen seconds. The name of the file isinnodb_status.pid
, where pid is the server process ID. InnoDB removes the file for a normal shutdown. If abnormal shutdowns have occurred, instances of these status files may be present and must be removed manually. Before removing them, you might want to examine them to see whether they contain useful information about the cause of abnormal shutdowns. Theinnodb_status.pid
file is created only if the configuration optioninnodb-status-file=1
is set.
关于mysql - 删除 innodb_status.* 文件是否安全?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22333215/
查看 Ubuntu 13.10 服务器上的 /var/lib/mysql 文件夹,我看到很多名为 innodb_status.* 的文件。 运行ls -la这些文件似乎没有大小,但我不想删除它们,以防
我是一名优秀的程序员,十分优秀!