Getting error “Plugin 'InnoDB' registration as a STORAGE ENGINE failed” when starting MySQL

前端 未结 7 1549
失恋的感觉
失恋的感觉 2021-02-01 05:54

I found many similar question on Stackoverflow but didn\'t get the exact error solution. My issue is when starting MySQL service on one of the Dedicated Centos 6.5 machine, I am

7条回答
  •  生来不讨喜
    2021-02-01 06:34

    I fixed this issue by following:

    • Login to server via SSH with root access.
    • Navigate to /var/lib/mysql.
    • If you see log files like, ib_logfile0 and ib_logfile1, rename or move them to some other folder.
    • Stop and start the MySQL service by running sudo service mysql stop and sudo service mysql start

    I hope this helps. Thanks

提交回复
热议问题