您的位置: 首页 > 文章 > navicat连接虚拟机中的docker容器中的mysql数据库出错:1130-host is not allowed to connect navicat连接虚拟机中的docker容器中的mysql数据库出错:1130-host is not allowed to connect 分类: 文章 • 2025-02-21 21:21:04 navicat连接虚拟机中的docker容器中的mysql数据库出错:1130-host is not allowed to connect 可能是不允许远程访问,需进入mysql中修改用户对应的host,从“localhost”修改成“%”。 过程如下: 进入docker容器 修改host 退出后重启mysql容器即可。