Skip to content

Instantly share code, notes, and snippets.

View jreich5's full-sized avatar

Justin Reich jreich5

  • Lean TECHniques
  • San Antonio, TX
View GitHub Profile
@ryanorsinger
ryanorsinger / fix_mysql_install
Last active May 22, 2020 15:01
Reinstall MySQL on a laptop that had an old version of homebrew installed
brew uninstall mysql
rm -rf /usr/local/var/mysql
sudo chown -R $(whoami) $(brew --prefix)/*
brew install mysql@5.7
If there are other problems, check out the link below:
https://gist.github.com/operatino/392614486ce4421063b9dece4dfe6c21