Skip to content

Instantly share code, notes, and snippets.

@huilapman
Last active April 28, 2018 06:03
Show Gist options
  • Save huilapman/ede6f3ea2f5b8e40213eb566fcb8445f to your computer and use it in GitHub Desktop.
Save huilapman/ede6f3ea2f5b8e40213eb566fcb8445f to your computer and use it in GitHub Desktop.
mysql start up error in mac

MySQL ERROR! The server quit without updating PID file

  MacBook-Pro$ sudo /usr/local/mysql/support-files/mysql.server start
  Starting MySQL
  . ERROR! The server quit without updating PID file 	(/usr/local/mysql/data/xxxx.pid).
  MacBook-Pro$ sudo chown -R _mysql:_mysql /usr/local/mysql/
  MacBook-Pro$ sudo /usr/local/mysql/support-files/mysql.server start
  Starting MySQL
  . SUCCESS!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment