当前位置:网站首页>【MySQL】update mysql.user set authentication_string=password(“123456“) where User=‘root‘; 报错

【MySQL】update mysql.user set authentication_string=password(“123456“) where User=‘root‘; 报错

2022-08-09 06:46:00 L-DiCaprio

用这个语法改,上面的语法不行。
ALTER USER 'root'@'localhost' IDENTIFIED BY '123456';

原网站

版权声明
本文为[L-DiCaprio]所创,转载请带上原文链接,感谢
https://blog.csdn.net/shroudiwnl/article/details/114799242