码迷,mamicode.com
首页 > 数据库 > 详细

mysql innodb init function error

时间:2015-05-16 20:19:47      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:

150414 16:23:07 [ERROR] Plugin ‘InnoDB‘ init function returned error.
150414 16:23:07 [ERROR] Plugin ‘InnoDB‘ registration as a STORAGE ENGINE failed.
150414 16:23:07 [ERROR] Unknown/unsupported table type: InnoDB
150414 16:23:07 [ERROR] Aborting

导致的原因是非正常关闭mysql,同时更改了my.cnf 导致启动时不支持innodb

解决办法:删除log文件和data的初始化文件 

重新运行mysql_install_db

再启动

 

mysql innodb init function error

标签:

原文地址:http://www.cnblogs.com/allenhaozi/p/4508394.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!