Created
May 10, 2018 12:44
-
-
Save lvturner/2921a05d2d79426fd46a972deca1cff7 to your computer and use it in GitHub Desktop.
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 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