Start New Discussion Reply to this Discussion MySQL database with SSH tunneling and Visual Studio 2010
The MySQL database I want to use is using SSH tunneling and the MySQL connector provided from MySQL only allows normal connection. Can I somehow work around the SSH tunneling so I can connect Visual Studio with the database?
Thank you :)
GregoryHouseMD
Newbie Poster
10 posts since Jul 2009
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
You can configure an SSH tunnel using PuTTY or similar such that localhost:5555 maps to your.server.com:3306 via an ssh tunnel. Then just point Visual Studio at localhost:5555 as though there were an actual mysql service listening there.
ammonsutherland
Newbie Poster
5 posts since Oct 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page rendered in 0.0559 seconds
using 2.64MB