如何通过 SSH 隧道从 MVC3 .net 应用程序连接到 MySQL 数据库
我正在使用 Entity Framework 4 构建 .net MVC3 应用程序。我想要连接的数据库之一必须通过 SSH 隧道访问。有没有办法通过 web.config 来做到这一点?如果不是,我应该考虑什么方法?
谢谢, 阿弗里兹
I am building a .net MVC3 application using Entity Framework 4. One of the databases I would like to connect with has to be accessed through a SSH tunnel. Is there a way to do this through the web.config? If not, what approaches should I consider?
Thanks,
Afrieze
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你可以这样做
http://www.howtogeek.com/如何/ubuntu/access-your-mysql-server-remotely-over-ssh/
Yes you can do this
http://www.howtogeek.com/howto/ubuntu/access-your-mysql-server-remotely-over-ssh/