修改mysql用户密码

84 阅读1分钟

\

#执行语句:

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

#使修改生效

flush privileges;