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;
浙公网安备 33010602011771号