m

全干工程师

You must reset your password using ALTER USER statement before executing this statement

在MySql命令行中执行以下SQL语句:

mysql> ALTER USER 'root'@'localhost' IDENTIFIED BY 'you_new_password';

留言