1. 程式人生 > >mysql啟動錯誤處理

mysql啟動錯誤處理

start ini 啟動 tar fail pre nbsp error innodb

1.當啟動MySQL時,報如下錯誤

[ERROR] Plugin ‘InnoDB‘ init function returned error.
[ERROR] Plugin ‘InnoDB‘ registration as a STORAGE ENGINE failed.
[ERROR] Unknown/unsupported storage engine: InnoDB

刪除MySQL數據目錄下的,然後重啟MySQL

rm -f ib_logfile*
/etc/init.d/mysqld restart

mysql啟動錯誤處理