Last active
August 28, 2019 19:48
-
-
Save ryanorsinger/d0a82d6aba1af1c4cb8d309399f99dea to your computer and use it in GitHub Desktop.
How to re-install mysql 5.7
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
# 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