今天早上来了想重启mysql
发现停止mysql失败,查看mysql错误日志,发现错误日志中:
information that should help you find out what is causing the crash.
InnoDB: The InnoDB memory heap is disabled
InnoDB: use atomic builtins.
InnoDB: Log scan progressed past the checkpoint lsn 0 9223906
InnoDB: Database was not shut down normally!
InnoDB数据库非正常关闭,造成的错误,我猜想是我正在操作数据库,断电造成的。
重启下服务器就OK了& ……&