第一步
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '你的密码';
第二步
update user set host='%' where user ='root';
第一步
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '你的密码';
第二步
update user set host='%' where user ='root';