修改root密码出错,度娘了没查出来。。。
来源:2-7 mysql和navicat的安装和配置
weixin_慕码人71622
2020-04-24
mysql> update user set authentication_string=PASSWORD(“root”) where User=‘root’;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘(“root”) where User=‘root’’ at line 1
这个怎么解决?
写回答
2回答
-
Liberal_XZJ
2020-09-15
应该是mysql版本问题,你的版本是8.0往上吧。
尝试修改语句【ref:https://blog.csdn.net/yi247630676/article/details/80352655】
后续root如果进不去可以看这个高票回答: https://stackoverflow.com/questions/39281594/error-1698-28000-access-denied-for-user-rootlocalhost
00 -
bobby
2020-04-25
你这里的双引号是不是中文输入法下面的双引号?
00
相似问题