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

这是因为刚登陆需要重置密码,使用这个语句:
alter user user() identified by "你要设置的新密码";

猜你喜欢

转载自www.cnblogs.com/just-save/p/11925284.html
今日推荐