service mysqld restart
* MySQL manager or server PID file could not be found!
Starting MySQL
. * Manager of pid-file quit without updating file.老大上邊說(shuō)的幾種方式都試過(guò)了。還是不行
sed -i '/innodb/d' /www/wdlinux/etc/my.cnf
service mysqld restart
這個(gè)就可以了 這還是老大在一個(gè)帖子里邊說(shuō)的 我 測(cè)試了 可以了
我的錯(cuò)誤提示是:
[root@04_18 ~]# service mysqld restart
ERROR! MySQL manager or server PID file could not be found!
Starting MySQL. ERROR! Manager of pid-file quit without updating file.
MySQL server PID file could not be found! [FAILED]Starting MySQL...The server quit without updating PID file (/www/wdlinux/mysql-5.5.27/data/localhost.localhost.pid).
優(yōu)化以后就打不開(kāi)了
mysql不啟動(dòng)
# service mysqld restart
ERROR! MySQL manager or server PID file could not be found!
Starting MySQL. ERROR! Manager of pid-file quit without updating file.
[root@li527-177 ~]# sed -i 's/skip-innodb/#skip-innodb/g' /www/wdlinux/etc/my.cnf[root@li527-177 ~]# service mysqld restart
ERROR! MySQL manager or server PID file could not be found!
Starting MySQL. SUCCESS!
還是不行
難道只有重裝么。。。