Created
January 27, 2016 22:30
-
-
Save drouillard/ceec1491f6d3a8a78488 to your computer and use it in GitHub Desktop.
OS X / MySql 5.7.9 Change Root Password
This file contains 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
# proper command for changing root password on local box when you DO have access to the MySQL server already. | |
# Insecure (meant for dev box) | |
mysqladmin -u root -p password 'test' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment