当前位置:网站首页>关于#mysql#的问题,如何解决?

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

2022-06-21 06:33:00 CSDN问答

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

img

原网站

版权声明
本文为[CSDN问答]所创,转载请带上原文链接,感谢
https://ask.csdn.net/questions/7741889