Skip to content

Instantly share code, notes, and snippets.

@sunfmin
Created January 1, 2009 05:36
Show Gist options
  • Save sunfmin/42191 to your computer and use it in GitHub Desktop.
Save sunfmin/42191 to your computer and use it in GitHub Desktop.
$ mysql -u root -p
mysql> use mysql;
mysql> update user set password=PASSWORD("NEWPASSWORD") where User='root';
mysql> flush privileges;
mysql> quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment