webyog / sqlyog-community

Webyog provides monitoring and management tools for open source relational databases. We develop easy-to-use MySQL client tools for performance tuning and database management. Webyog's solutions include SQL Diagnostic Manager for MySQL performance optimization and SQLyog for MySQL administration. More than 35,000 companies (including Amazon, IBM, Salesforce, AT&T, eBay, and GE) and 2.5 million users rely on Webyog's solutions to provide valuable insights into their databases. Webyog is an Idera, Inc. company.
https://webyog.com/
GNU General Public License v2.0
2.19k stars 322 forks source link

Add Socks5 proxy support #1697

Open atulwy opened 9 years ago

atulwy commented 9 years ago

Original issue 1697 created by webyog on 2011-08-23T11:37:16.000Z:

Since in community version SSH tunneling and HTTP tunneling are unavailable then maybe at least socks5 proxy would be implemented?

atulwy commented 9 years ago

Comment #1 originally posted by webyog on 2011-08-23T12:14:17.000Z:

I am afraid that we do not intend to improve connectivity options in COMMUNITY.

But could you elaborate about using "socks5 proxy" with MySQL?

atulwy commented 9 years ago

Comment #2 originally posted by webyog on 2011-08-23T12:19:46.000Z:

You can use PLINK or PuTTY for establishing an SSH tunnel (or a SOCKS connection with PuTTY) it seems from http://blog.ramin-hossaini.com/2009/10/06/creating-a-tunnel-and-socks-proxy-with-putty/).

atulwy commented 9 years ago

Comment #3 originally posted by webyog on 2011-08-23T12:29:39.000Z:

One could open putty -> (SSH->tunnels) -> add dynamic, and then could use real IP:port and just select predefined proxy connection. Now only way is to make static tunnels (putty -> (SSH->tunnels) -> add static -> (local=93306, remote=192.168.x.x:3306) and then in sqlyog connection tab connect to localhost:93306 what is annoying when need to connect to more than one remote DB (need to create multiple static tunnels, remember which static tunnel leads to which real endpoint, and so on..).

atulwy commented 9 years ago

Comment #4 originally posted by webyog on 2011-08-23T12:36:47.000Z:

excuse me for offtopic but have you ever considered moving to github to allow users easily fork and make own extended versions of this great software? :)

atulwy commented 9 years ago

Comment #5 originally posted by webyog on 2014-04-01T09:46:55.000Z:

atulwy commented 9 years ago

Comment #6 originally posted by webyog on 2014-04-07T05:11:37.000Z:

+HS: 27103123/25205