The server quit without updating PID file in mysql

This is a common issue with mysql faced by many of the user.

The solution is related only with permission of user to solve this issue write command 
 sudo chown -R _mysql:_mysql /usr/local/var/mysql
This command will change the ownership of user and -R option does it recursively within a folder mysql to all sub-folders and files.
 

Comments

Popular posts from this blog

Installing Wowza Streaming Engine on ubuntu

Highcharts with grouped categories

Completely Uninstall and Install Rubymine on ubuntu