更改mysql 使用者密碼

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

留言

熱門文章