Skip to content

Instantly share code, notes, and snippets.

@amitittyerah
Created December 13, 2016 04:46
Show Gist options
  • Save amitittyerah/9a0408ddf5e5f4a48008d788ea536291 to your computer and use it in GitHub Desktop.
Save amitittyerah/9a0408ddf5e5f4a48008d788ea536291 to your computer and use it in GitHub Desktop.
Fix mysql brew installation
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