关于#mysql#的问题,如何解决?

66 阅读1分钟

update mysql.user set authentication_string=password('123456789') where user='xiaogang' and host='%';
该语法有错误吗?