时间:2021-07-01 10:21:17 帮助过:37人阅读
2,远程连接账号权限
Navicat for MySQl访问远程mysql数据库,出现报错,显示“1130 - Host‘xxx.xxx.xxx.xxx‘ is not allowed to connect to this MySQL server“。解决办法如下
use mysql; //进入数据库 select host,user from user; //查询表 update user set host = ‘%‘ where user = ‘root‘; //更改root权字段 flush privileges; //刷新权限
mysql远程连接问题
标签:file port from root local set alter 数据库 密码