码迷,mamicode.com
首页 > 其他好文 > 详细

ERROR 1133 42000 Can't find any matching row in the user

时间:2019-02-13 12:31:12      阅读:297      评论:0      收藏:0      [点我收藏+]

标签:.net   err   row   class   local   mys   href   ror   修改   

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

标签:.net   err   row   class   local   mys   href   ror   修改   

原文地址:https://www.cnblogs.com/odejsjhshw/p/10369006.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!