-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ 问题咨询 ] 配置了隧道的实例提交SQL上线时出现连接错误Connection refused #951
Comments
日志文件无异常信息 |
这个情况应该检查一下goInception的日志 查询正常一般情况下代表通过goIncetion可以正常链接mysql,不过如果查询用户是管理员时除外,因为管理员不做权限校验,不依赖goInception语法解析,可以使用普通用户进行查询验证一下 |
按照大佬的提示使用普通用户查询,确实在goInception的日志中查到异常了
是需要在goInception的容器中也配置ssh隧道吗? |
docker网络默认是桥接模式,127.0.0.1 访问不到宿主机的端口,可以调整为host模式 |
感谢大佬的解疑,果然是这个原因,桥接模式下访问不到宿主机的端口,调试了几天终于调整好了,需要将goInception、inception和archery同时使用host模式建立容器才行。 果然还是吃了docker不熟练的亏😭 |
👍非常感谢 |
你已经很久没有回复这个issue了,如果没有进一步的信息的话, 会作为不活跃issue关闭, 感谢你对本项目的贡献。 |
这是一个大坑啊,,,,,我也遇见了,改改试试吧。 |
cd ..
方案可行! 成功运行! |
问题描述
gevent
模式已修改为sync
模式版本信息
The text was updated successfully, but these errors were encountered: