2016年6月9日 星期四

更改mysql 使用者密碼

# mysql -u root -p
mysql> SET PASSWORD FOR auser@localhost = PASSWORD('password');
mysql> flush privileges;

沒有留言: