There is a rare cases happen in one of our client servers which MySQL service could not be loaded based on a number of reasons. We’ve eventually found the solution by going to edit the /etc/mysql/my.cnf
and add the following configuration:
open_files_limit=65535
After that restart mysql by running the following command:
sudo /etc/init.d/mysql start