Warning: count(): Parameter must be an array or an object that implements Countable in /www/wwwroot/mdaeo.org/usr/plugins/AMP/Action.php on line 388
Default storage engine (InnoDB) is not available

Default storage engine (InnoDB) is not available

2011-05-21T14:20:45


MySQL在重装后无法再启动,查看事件显示如下错误:
Default storage engine (InnoDB) is not available ,解决方案如下:
1.
打开my.ini或my.cnf文件,找到default-storage-engine这一行,把它改成default-storage-engine=MyISAM。
2.删除在MySQL安装目录下的Data目录中的
ib_logfile0
ib_logfile1
找到在配置MySQL服务器时指定的InfoDB目录删除掉
ibdata1
重新启动MySQL的Service

 


 

当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »
因本文不是用Markdown格式的编辑器书写的,转换的页面可能不符合MIP标准。