Home  >  Article  >  Database  >  MySQL Restart Failed : The server quit without updating PID_MySQL

MySQL Restart Failed : The server quit without updating PID_MySQL

WBOY
WBOYOriginal
2016-05-31 08:49:571052browse

今天在启动mysql时候遇到一个错误

后来google下

先用ps -ef | grep mysql

找到mysql的进程

然后用kill -9 杀掉mysql 进程 重启搞定,注意:用killall不行的 pkill不知道行不行,没试过

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn