service mysqld restart
* MySQL manager or server PID file could not be found!
Starting MySQL
. * Manager of pid-file quit without updating file.老大上邊說的幾種方式都試過了。還是不行
sed -i '/innodb/d' /www/wdlinux/etc/my.cnf
service mysqld restart
這個就可以了 這還是老大在一個帖子里邊說的 我 測試了 可以了
我的錯誤提示是:
[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)化以后就打不開了
mysql不啟動
# 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!
還是不行
難道只有重裝么。。。