Skip to content

Instantly share code, notes, and snippets.

@slav123
Created September 17, 2013 03:56
Show Gist options
  • Save slav123/6589915 to your computer and use it in GitHub Desktop.
Save slav123/6589915 to your computer and use it in GitHub Desktop.
rename mysql user password from command line
mysqladmin -u root -p'oldpass' password 'newpass'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment