Heim  >  Artikel  >  Datenbank  >  [转载]linux 出现: Starting MySQL.Manager of pid-file quit w_MySQL

[转载]linux 出现: Starting MySQL.Manager of pid-file quit w_MySQL

WBOY
WBOYOriginal
2016-06-01 13:52:081383Durchsuche

声明:此文章转载自:http://blog.csdn.net/shuicaohui5/archive/2009/12/16/5015218.aspx

安装mysql 版本: mysql-5.1.41-linux-i686-icc-glibc23.tar.gz

第一步:

mysql5.1.30   初次启动会出现Manager of pid-file quit without updating fi[FAILED]的报错,需要注释/etc/my.cnf里的skip-federated注释掉即#skip-federated就OK了!

但还不好用。错误依旧。

第二步:

杀掉已经启动的进程

CODE:

[root@localhost mysql]# ps -A|grep mysql

8016 pts/2 00:00:00 mysqld_safe

8037 pts/2 00:00:00 mysqld

果然有两个顽固分子

杀之!!!

kill -9 8037(杀掉这个8016那个就自动被杀了!)

kill -9 8016

开心的时刻终于到来了

CODE:

[root@localhost mysql]# /etc/init.d/mysql restart

MySQL manager or server PID file could not be found! [FAILED]

Starting MySQL [ OK ]

[转载]linux 出现: Starting MySQL.Manager of pid-file quit w_MySQL

涵曦一直在坚持
学习,并快乐着。。。。。。
涵曦的QQ:785446153
涵曦邀请您使用115网盘:http://115.com/

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn