you must reset your password using ALTER USER statement before execuiting this statement

输入mysql -uroot -p并且输入密码后弹出you must reset your password using ALTER USER statement before execuiting this statement

--修改密码即可

alter user user()  identified by 'zzccll789456!';

flush privileges;

posted @ 2022-08-14 19:31  -空降兵-  阅读(30)  评论(0)    收藏  举报