Skip to content

Instantly share code, notes, and snippets.

@aurels
Created February 23, 2010 10:51
Show Gist options
  • Save aurels/312063 to your computer and use it in GitHub Desktop.
Save aurels/312063 to your computer and use it in GitHub Desktop.
# Change a MySQL user's password
$ mysqladmin -u john -pOLD_PASSWORD password 'NEW_PASSWORD'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment