1. 程式人生 > >MySQL is running but PID file could not be found(解決方法)

MySQL is running but PID file could not be found(解決方法)

啟動MySQL時報錯:

[[email protected] /]# service mysqld status

MySQL is running but PID file could not be found    [失敗]

 

解決辦法:

找到並kill掉所有關於mysql的程序

ps -ef  | grep mysql

kill 程序號

再次驗證,解決!