原文:解决Navicat 出错:1130-host . is not allowed to connect to this MySql server,MySQL

. 改表法。 可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在安装了Mysql的那台电脑,登入Mysql后,更改 mysql 数据库里的 user 表里的 host 项,从 localhost 改称 mysql u root p mysql gt use mysql mysql gt update user set host where user root mysql g ...

2017-08-22 13:14 0 41155 推荐指数:

查看详情

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

  这个问题是因为在数据库服务器中的mysql数据库中的user的表中没有权限(也可以说没有用户),下面将记录我遇到问题的过程及解决的方法。   在搭建完LNMP环境后用Navicate连接出错   遇到这个问题首先到mysql所在的服务器上用连接进行处理   1、连接服务器: mysql ...

Thu Oct 05 21:33:00 CST 2017 6 16649
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM