update mysql.user set authentication_string=password('ROOT') where user='root' and host='%';
flush privileges;
mysql库:user
update mysql.user set authentication_string=password('ROOT') where user='root' and host='%';
flush privileges;
mysql库:user