Author Topic: ERROR! MySQL is not running, but lock file (/var/lock/subsys/mysql) exists  (Read 8178 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Please advice me how to fix ERROR! MySQL is not running, but lock file (/var/lock/subsys/mysql) exists
I am use VPS on CWP6 Platform: x86_64 [kvm].
Thanks

Offline
*
After getting this error, just follow the following steps:

1- rm /var/lock/subsys/mysql
rm: remove regular empty file ‘/var/lock/subsys/mysql’? y (Press 'y')

2-/etc/init.d/mysql start
Starting MySQL...

Offline
*