mysql启动错误处理

Posted 侠客书生

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql启动错误处理相关的知识,希望对你有一定的参考价值。

1.当启动mysql时,报如下错误

[ERROR] Plugin ‘InnoDB‘ init function returned error.
[ERROR] Plugin ‘InnoDB‘ registration as a STORAGE ENGINE failed.
[ERROR] Unknown/unsupported storage engine: InnoDB

 

删除MySQL数据目录下的,然后重启MySQL

rm -f ib_logfile*
/etc/init.d/mysqld restart

 




以上是关于mysql启动错误处理的主要内容,如果未能解决你的问题,请参考以下文章

mysql启动错误处理

Windows Mysql启动出现1069错误“由于登录失败而无法启动服务”的处理方法

Windows安装Mysql,服务无法启动,错误1053处理

Android - 应用程序启动时片段 onCreate 崩溃

错误时间选择器对话框。这是代码:

MySQL安装过程启动mysqld_safe中提示的pid ended错误导致无法启动问题处理