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

MySQL Restart Failed : The server quit without updating PID_MySQL

WBOY
Release: 2016-05-31 08:49:57
Original
1088 people have browsed it

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

后来google下

先用ps -ef | grep mysql

找到mysql的进程

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

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template