Vannkorn

Full Stack Web Developer

Close

MySQL Service is not Loaded on Ubuntu 14.04

Sometimes the problem caused from the memory limit setting.

Ads: Register now via this link to receive $100 credit from Vultr

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

Leave a Reply

Your email address will not be published. Required fields are marked *