Navicat连接mysql报错1130

1130 - Host XXX is not allowed to connect to this MySQL server 2.在安装Mysql数据库的主机上登录root用户: use mysql; 3. select host from user where user=‘root’; 4.执行update user set host = ‘%’ where user ='root’将Host设
相关文章
相关标签/搜索