#执行语句:

update user set password=password('istester.com') where user='istester' and host='%'; 

#使修改生效

flush privileges;