ssh tunnel 什么时候可以支持mongodb #2546
Unanswered
xiaoshumiao6
asked this question in
Q&A
Replies: 3 comments 1 reply
-
你好, 本项目是一个开源项目, 你可以自由提功能需求, 但其实比提功能需求更加务实, 有价值的是实现这个功能, 本项目开发文档如下, 希望对你有帮助: 期待你的pr, 谢谢~ |
Beta Was this translation helpful? Give feedback.
0 replies
-
遇到了一个诡异的问题 :辛苦大佬看一下; 还是上面的问题, mongodb 配置使用「连接隧道」, 然后进行在线查询, 会报错, 详情如下:
但是就是不会执行
|
Beta Was this translation helpful? Give feedback.
1 reply
-
找到原因了, 由于开启的ssh 隧道一直没有关闭, 所以请求一直没有返回, 修复代码: sql/instance.py
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
判断如果配置了隧道则连接隧道,只测试了MySQL
Beta Was this translation helpful? Give feedback.
All reactions