ERROR 1133 42000 Can't find any matching row in the user
Posted odejsjhshw
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ERROR 1133 42000 Can't find any matching row in the user相关的知识,希望对你有一定的参考价值。
1、错误描述
mysql> set password for ‘root’@‘localhost’ = password(‘root‘);
ERROR 1133 (42000): Can‘t find any matching row in the user table
mysql> set password for ‘root’@‘localhost’ = password(‘root‘);
ERROR 1133 (42000): Can‘t find any matching row in the user table
2、错误原因
在Linux系统上安装了MySQL后,给其设置密码,发现错误;提示是“在用户表中不能找到任何匹配的行”。
错误原因是对用户表进行修改,但是没有权限
3、解决办法
修改用户表的权限
FLUSH PRIVILEGES;
再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow
以上是关于ERROR 1133 42000 Can't find any matching row in the user的主要内容,如果未能解决你的问题,请参考以下文章