mysql报错:You must reset your password using ALTER USER statement before executing this statement.

This is because the landing just need to reset your password, use this statement:
alter user user() identified by "你要设置的新密码";

Guess you like

Origin www.cnblogs.com/just-save/p/11925284.html