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
brew uninstall mysql | |
rm -rf /usr/local/var/mysql | |
sudo chown -R $(whoami) $(brew --prefix)/* | |
brew install [email protected] | |
If there are other problems, check out the link below: | |
https://gist.github.com/operatino/392614486ce4421063b9dece4dfe6c21 |