Got Error while Restarting MySQL Server Please help

asking

Verified User
Joined
Jul 8, 2010
Messages
58
[root@server ~]# /etc/rc.d/init.d/mysqld restart
MySQL manager or server PID file could not be found! [FAILED]
Starting MySQLCouldn't find MySQL manager or server [FAILED]


hello guyz....plz help me...
 
1. What OS are you running there? Is it debian/ubuntu?
2. Have you recently installed/updated any software with yum (CentOS) or apt-get/aptitude on (Debian/Ubuntu)?

You might need to reinstall MySQL with custombuild.
 
1. What OS are you running there? Is it debian/ubuntu?
2. Have you recently installed/updated any software with yum (CentOS) or apt-get/aptitude on (Debian/Ubuntu)?

You might need to reinstall MySQL with custombuild.

m using centos 64 bit
 
DBD and DBI require MySQL installed. Thus with them MySQL was probably installed.

PLease, show the results for:

Code:
yum list installed | grep mysql
 
Back
Top