Default storage engine (InnoDB) is not available
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
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »
因本文不是用Markdown格式的编辑器书写的,转换的页面可能不符合AMP标准。