MySQL server PID file could not be found! [FAILED]
MySQL server PID file could not be found! [FAILED] or service mysql restart. These types of server failure errors occurs, when my.cnf file is not perfectly defined. In that case you can have following types of errors:
Now, as we have identified the cause of error, we will have to locate the ' my.cnf ' file by using the following command.
locate *.cnf
and create my.cnf as given below.
cp /usr/share/mysql/my-small.cnf /etc/my.cnf
Here is the cPanel Mysql upgradation tutorial