centos服務器異常斷電mysql啓動異常啓動Mysql時報錯:mysqld_safe mysqld from pid file /usr/local/mysql/Linux.pid end

現象:
centos服務器異常斷電mysql啓動異常啓動Mysql時報錯:mysqld_safe mysqld from pid file /usr/local/mysql/Linux.pid end
但是打開日誌文件 查看

InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 50331648 bytes
InnoDB: than specified in the .cnf file 5242880 bytes!
160603
[ERROR] Plugin ‘InnoDB’ init function returned error.
160603
14:06:15 [ERROR] Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed.
160603
14:06:15 [ERROR] Unknown/unsupported storage engine: InnoDB
160603 14:06:15 [ERROR] Aborting

處理方案:

1、存儲引擎錯誤
Unknown/unsupported storage engine: InnoDB
2、檢查一下配置文件中關於innodb的參數,如果有skip-innodb註釋掉
3、如果重新設置了innodb_log_file_size之類的,
4、需要刪除幾個rm -rf ib_logfile,然後重啓數據庫

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章