码迷,mamicode.com
首页 > 数据库 > 详细

Mysql is not allowed to connect mysql server

时间:2019-01-17 17:45:53      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:server   HERE   配置信息   from   select   mysq   localhost   cal   nbsp   

 

  1.     mysql -u root -p

  2.    select host from user where user=‘root‘;      //可以看到当前主机配置信息为localhost.

  3. update user set host = ‘%‘ where user =‘root‘     如果2的列表不唯一,就需要后面添加条件

  4.  FLUSH PRIVILEGES;       刷新权限列表

Mysql is not allowed to connect mysql server

标签:server   HERE   配置信息   from   select   mysq   localhost   cal   nbsp   

原文地址:https://www.cnblogs.com/chengyangyang/p/10283168.html

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