标签:mysql
修改my.cnf
[mysqld] 后加入
default-storage-engine=InnoDB后
否启动mysql时会遇到下述错误:
[ERROR] Plugin ‘InnoDB‘ init function returned error.
[ERROR] Plugin ‘InnoDB‘ registration as a STORAGE ENGINE failed.
[ERROR] Unknown/unsupported table type: InnoDB
[ERROR] Aborting
删除mysql,data目录下的ib_logfile0,ib_logfile1
启动mysql
本文出自 “Lonely(技术群:1991706)” 博客,请务必保留此出处http://304076020.blog.51cto.com/7503470/1546559
标签:mysql
原文地址:http://304076020.blog.51cto.com/7503470/1546559