MySQL: mysql is not running but lock exists 的解决方法

来源:这里教程网 时间:2026-02-28 06:52:17 作者:

下面可以参考下面的方法步骤解决。

A MySQL crash on Red Hat system resulted with:

/etc/init.d/mysql status

coming back with:

mysql is not running but lock exists


Solved by removing the lock file:

rm /var/lock/subsys/mysql


If this happens again it may also be necessary to remove the pid file from /var/lib/mysql

相关推荐