mysql密码修改问题。

You must reset your password using ALTER USER statement before executing this statement.
mysql密码修改问题
ALTER USER ‘root’@‘localhost’ IDENTIFIED BY ‘新密码’;

相关文章: