How to change (set) a MySQL password
shell> mysql -u root
mysql> SET PASSWORD FOR user@host = PASSWORD('newpassword');
http://dev.mysql.com/doc/refman/5.0/en/set-password.html
shell> mysql -u root
mysql> SET PASSWORD FOR user@host = PASSWORD('newpassword');
http://dev.mysql.com/doc/refman/5.0/en/set-password.html
MysqlChangePassword (last edited 2008-01-08 12:38:12 by DavidKeen)