Skip to content

Instantly share code, notes, and snippets.

@drouillard
Created January 27, 2016 22:30
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 drouillard/ceec1491f6d3a8a78488 to your computer and use it in GitHub Desktop.
Save drouillard/ceec1491f6d3a8a78488 to your computer and use it in GitHub Desktop.
OS X / MySql 5.7.9 Change Root Password
# 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