Linux虚拟机的Mysql启动失败 ERROR! Multiple MySQL running but PID file could not be found (

xiaoxiao2021-02-28  85

我们在linux系统中启动mysql后,查看status时出现Multiple MySQL running but PID file could not be found (179[失败])。 我们可以使用: 1.查看进程 ps aux | grep mysql 2.用kill命令去删除进程(根据进程号删除) kill -9 进程号(四位数字的那个); 3.我们再次service mysql start启动 4.查看状态:service mysql status(即可轻松解决)

转载请注明原文地址: https://www.6miu.com/read-52714.html

最新回复(0)