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


CategoryDatabase

MysqlChangePassword (last edited 2008-01-08 12:38:12 by DavidKeen)