Created
September 17, 2013 06:01
-
-
Save ktkaushik/6590559 to your computer and use it in GitHub Desktop.
mysql server ( The server quit without updating PID file )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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