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

lost123

Verified User
Joined
Nov 1, 2007
Messages
7
I made a new my.cnf file, then proceeded to reboot mysql.
I get this error:

Code:
[root@server ~]# /sbin/service mysqld restart
MySQL manager or server PID file could not be found!       [FAILED]
Starting MySQLCouldn't find MySQL manager or server        [FAILED]

I've tried rebooting the server, but the problem still persists.
How can i solve this?
Thank you.
 
Code:
[root@server ~]# /sbin/service mysqld restart
MySQL manager or server PID file could not be found!       [FAILED]
Starting MySQLCouldn't find MySQL manager or server        [FAILED]
Make sure the ownership and/or permission of /vr/lib/mysql is correct.
 
Rebooted

Hey,
I had the same problem today... tried everything with no success... :( Then I just decided to reboot... all of the sudden, it just worked...


- Mike
 
old Post:
# killall -KILL mysqld
# service mysqld start
mysql is running
okie that done!
then check proceeslist mysql to fix.

email: [email protected]
[email protected]


thank you these command

# killall -KILL mysqld

# service mysqld start
helped me to solve this issue

[root@server ~]# 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.
 
Back
Top