当前位置:Gxlcms > 数据库问题 > MySQL is running but PID file could not be found

MySQL is running but PID file could not be found

时间:2021-07-01 10:21:17 帮助过:4人阅读

在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

标签:有关   sql   index   mys   ice   mysqld   php   mysql-bin   not   

人气教程排行