Skip to content

Instantly share code, notes, and snippets.

@ktkaushik
Created September 17, 2013 06:01
Show Gist options
  • Select an option

  • Save ktkaushik/6590559 to your computer and use it in GitHub Desktop.

Select an option

Save ktkaushik/6590559 to your computer and use it in GitHub Desktop.
mysql server ( The server quit without updating PID file )
#if you are facing issues with mysql server quitting iwthout updating the pid then try this
mysql_install_db --verbose --user=`whoami` --basedir="$(brew --prefix mysql)" --datadir=/usr/local/var/mysql --tmpdir=/tmp
#try starting your server
mysql.server start #there are other options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment