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

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

posted @ 2019-11-24 23:51  MikuDance  阅读(262)  评论(0编辑  收藏  举报