MySQL 5.1 退出代码文档?
有人可以给我指出 MySQL 5.1 终止代码的文档吗?
我在 Ubuntu 服务器上安装了 MySQL 5.1.41,它似乎大约每 90 秒就会崩溃一次,并在系统日志中显示以下消息:
init: mysql 主进程终止,状态为 2
init:mysql主进程结束,正在重生
Google 搜索 MySQL 和“终止代码”、“终止状态”、“退出代码”或“退出状态”没有产生任何有用的结果。显然 MySQL 文档对此的称呼与 init 报告的不同。
有人有猜测吗?
Can someone point me at the docs for the termination codes for MySQL 5.1?
I have a MySQL 5.1.41 installation on an Ubuntu server that seems to be crashing about every 90 seconds with the following message in syslog:
init: mysql main precess terminated with status 2
init: mysql main process ended, respawning
Googling for MySQL and "termination code", "termination status", "exit code", or "exit status" yields nothing useful. Apparently MySQL docs call this something different than what init is reporting.
Anyone have a guess?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要查看该
文件以获取有关其崩溃原因的更多信息。将 machinename 替换为您计算机的主机名。
更新:我更改了 .err 文件路径。现在应该是正确的。它基于此处找到的信息。它似乎与我安装的 Ubuntu 上的一个文件相对应。虽然在我的机器上,该文件是空的。
You'll want to look at the
file for more information on why it's crashing. Replace machinename with the hostname of your computer.
UPDATE: I changed the .err file path. It should be correct now. It's based on information found here. It seems to correspond with a file on my Ubuntu installation. Although on my machine, the file is empty.