mojamoi

Well-Known Member
Jul 23, 2007
195
0
66
mysql shows errror

when trying to start

ERROR! MySQL manager or server PID file could not be found!
Starting MySQL ERROR! Couldn't find MySQL manager (/var/lib/mysql/bin/mysqlmanag er) or server (/var/lib/mysql/bin/mysqld_safe)
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Check to make sure your partitions are not at their disk space or disk inodes limit:

Code:
df -h
df -i
Also, you can run the following command to ensure there are no missing MySQL RPMs:

Code:
/scripts/check_cpanel_rpms
If the issue continues, please let us know the output of the following command:

Code:
grep -i dir /etc/my.cnf
Thank you.