MySQL is running but PID file could not be found

Posted zzt-lovelinlin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL is running but PID file could not be found相关的知识,希望对你有一定的参考价值。

在Linux 中,当你启动或者重启 mysql 时,报 关于 PID file 的错误

 

解决方法

第一步:找到   mysql 中 data 目录下的 mysql-bin.index 文件,然后删除

       find / -name mysql-bin.index

       rm -rf  /phpstudy/data/mysql-bin.index

 

第二步:找到 并 kill 所有关于 mysql 或者 mysqld 的进程

    ps -aux | grep mysql

    kill 进程号

 

可以 在 查看下进程中是否有 mysql 进程,确保 kill 干净,再看看 还有没有 mysql-bin.index文件(进程没杀死之前可能会生成)<有必要>

命令:  service mysqld status

 

以上是关于MySQL is running but PID file could not be found的主要内容,如果未能解决你的问题,请参考以下文章

本地连接远程mysql服务报错:MySQL is running but PID file could not be found [FAILED]

本地连接远程mysql服务报错:MySQL is running but PID file could not be found [FAILED]

mysql 有报错  ERROR! MySQL is not running, but lock file (/var/lock/subsys/mysql) exists

ubuntu firefox Firefox is already running, but is not responding

protobuf requires Python ‘>=3.7‘ but the running Python is 3.6.5的解决方法

解决Apache is running a threaded MPM, but your php module is not compiled to be threadsafe.