Created
December 13, 2016 04:46
-
-
Save amitittyerah/9a0408ddf5e5f4a48008d788ea536291 to your computer and use it in GitHub Desktop.
Fix mysql brew installation
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
launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist | |
rm -r /usr/local/var/mysql/ | |
launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist | |
unset TMPDIR | |
mysqld --initialize | |
mysql.server start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment