Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daveomcd/7b3468ff97b4de4a718fd3700baf42b2 to your computer and use it in GitHub Desktop.
Save daveomcd/7b3468ff97b4de4a718fd3700baf42b2 to your computer and use it in GitHub Desktop.
Completely removes MySQL from Apple M1
brew remove mysql
rm -rf /opt/homebrew/var/mysql
brew install mysql
mysql.server start
mysql -uroot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment