Mysql报错:1130-host ... is not allowed to connect to this MySql server如何处理


当前第2页 返回上一页

  

  查看mysql数据库中所有的表:show tables;

  

  查看user表中的数据:select Host, User,Password from user;

  

  修改user表中的Host:update user set Host='%' where User='root';

  

  最后刷新一下:flush privileges;

  

  重新在Navicate中测试一下:

    

以上就是Mysql报错:1130-host ... is not allowed to connect to this MySql server如何处理的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

mysql报错:1130-host ... is not allowed to connect to this mysql server如何处理

更多相关阅读请进入《1130-host》频道 >>


数据库系统概念 第6版
书籍

数据库系统概念 第6版

机械工业出版社

本书主要讲述了数据模型、基于对象的数据库和XML、数据存储和查询、事务管理、体系结构等方面的内容。



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...