/etc/init.d/mysql status
提示
ERROR! MySQL is running but PID file could not be found
先打印MYSQL进程
ps aux | grep mysql
然后KILL进程
kill -9 pid1 pid2 …
再启动MYSQL
/etc/init.d/mysql start
再检查mysql运行状态
/etc/init.d/mysql status
相关文章
- MySQL PID错误,Mysql server PID file could not be found!
- MysqL错误之_ERROR! MySQL server PID file could not be found!
- MYSQL启动后报:ERROR! The server quit without updating PID file错误
- MYSQL启动后报:ERROR! The server quit without updating PID file错误的问题解决
- ERROR! The server quit without updating PID file (/usr/local/var/mysql/).
- Mac安装Mysql-python _mysql.c:44:10: fatal error: 'my_config.h' file not found
- ERROR 3009 (HY000): Column count of mysql.user is wrong. Expected 45, found 42. Created with MySQL 50560, now running 50725. Please use mysql_upgrade to fix this error.
- MySQL: Starting MySQL….. ERROR! The server quit without updating PID file解决办法
- mysql启动报错:ERROR! The server quit without updating PID file
- MYSQL [ERROR] Found option without preceding group in config file C:\Program Files\MySQL\1mys.....