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
This command will change the ownership of user and -R option does it recursively within a folder mysql to all sub-folders and files.sudo chown -R _mysql:_mysql /usr/local/var/mysql
Comments
Post a Comment