2005/06/03

修改MySQL的密碼

shell> mysql -u root
mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpwd');
 

No comments: