Skip to content

Instantly share code, notes, and snippets.

@wpscholar
Created March 13, 2020 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpscholar/497ca90ccb0020a938d38b48fb3da2ce to your computer and use it in GitHub Desktop.
Save wpscholar/497ca90ccb0020a938d38b48fb3da2ce to your computer and use it in GitHub Desktop.
Setup MySQL using Brew
brew install mysql
brew services start mysql
# Set password to be 'root' for the root user
$(brew --prefix mysql)/bin/mysqladmin -u root password root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment