欢迎投稿

今日深度:

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

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


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

www.htsjk.Com true http://www.htsjk.com/Mysql/12716.html NewsArticle MySQL: mysql is not running but lock exists 的解决方法 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...
评论暂时关闭