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

再启动

 

相关文章:

  • 2021-10-26
  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2022-01-22
  • 2021-10-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2021-11-08
  • 2021-11-08
  • 2021-08-08
  • 2022-12-23
相关资源
相似解决方案