Revision: 36005
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 16, 2010 08:52 by isholgueras
Initial Code
UPDATE user SET password=PASSWORD('mynewpassword') WHERE user='root'; flush privileges;
Initial URL
Initial Description
Only works if you have the mysql-root password
Initial Title
Change password to an user in MySQL
Initial Tags
mysql
Initial Language
SQL