Skip to content

Instantly share code, notes, and snippets.

@ryanorsinger
Last active August 28, 2019 19:48
Show Gist options
  • Save ryanorsinger/d0a82d6aba1af1c4cb8d309399f99dea to your computer and use it in GitHub Desktop.
Save ryanorsinger/d0a82d6aba1af1c4cb8d309399f99dea to your computer and use it in GitHub Desktop.
How to re-install mysql 5.7
# Directions to uninstall and reinstall mysql 5.7
brew uninstall mysql
sudo rm -rf /usr/local/var/mysql
brew install mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment