Ive installed CloudLinux 7.3 with cPanel. Ive tested few things and I notice that when I restart MySQL with (but not limited to):
/scripts/restartsrv_mysql
Its restart successfully, however I am getting the following error in the MySQL error log:
2016-11-28 23:37:44 42874 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2016-11-28 23:37:44 42874 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
Ive checked which process is using ibdata1 file, and its governor and MySQL itself. Ive killed MySQL and stopped governor, after which Ive restarted once again MySQL, but the error continues. The only solution to run MySQL correctly is to restart the entire server.
Any suggestions?
/scripts/restartsrv_mysql
Its restart successfully, however I am getting the following error in the MySQL error log:
2016-11-28 23:37:44 42874 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2016-11-28 23:37:44 42874 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
Ive checked which process is using ibdata1 file, and its governor and MySQL itself. Ive killed MySQL and stopped governor, after which Ive restarted once again MySQL, but the error continues. The only solution to run MySQL correctly is to restart the entire server.
Any suggestions?
Comment