Skip to content

Instantly share code, notes, and snippets.

@lvturner
Created May 10, 2018 12:44
Show Gist options
  • Select an option

  • Save lvturner/2921a05d2d79426fd46a972deca1cff7 to your computer and use it in GitHub Desktop.

Select an option

Save lvturner/2921a05d2d79426fd46a972deca1cff7 to your computer and use it in GitHub Desktop.
brew install unixodbc mysql # Install unixodbc and mysql
mysql_secure_installation # Use this or the command below to secure the installation a bit
mysqladmin -uroot password 'cake' # The command above is better, but if you just want to set a password this works
brew services start mysql # Finally start MySQL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment