forums › forums › SQLyog › Using SQLyog › Mysql Yog Through Proxy
- This topic is empty.
-
AuthorPosts
-
-
December 20, 2006 at 1:14 pm #10092ruiribMember
Does the enterprise version allow you to connect to a MySQL server through a proxy? I don't need to use tunneling, but in my work network all outside traffic goes through a proxy and I need to connect to a MySQL server outside.
I've been using the Community edition and it does noy support proxies. I am more than willing to buy the Enterprise version to be able to use a proxy, as described, as long as the feature is supported.
Thx, in advance, for replying.
-
December 20, 2006 at 1:34 pm #23113peterlaursenParticipant
Yes .. the ENTERPRISE version supports proxies.
(setting are on Tunnel tab .. HTTP-tunnelling .. advanced button)
Download the TRIAL today and try for yourself.
Please report any problem (but there should not be).
-
December 20, 2006 at 1:45 pm #23114ruiribMember
Yes, but doesn't tunneling need to be enabled to use proxies too?
-
December 20, 2006 at 2:11 pm #23115peterlaursenParticipant
No there is nothing to 'enable' if I understand your question right. No configuration on the host/network where the MySQL is, is required.
Technically (from a programmer's perspective) it is almost the same wheter you connect to a HTP server on a remote host/network (and connct to a MySQL server from here) or whether you connect to a Proxy server on your local network and connect to a MySQL server from here. That is why we have arranged this where it is.
The easiest would be to try!
-
December 20, 2006 at 2:36 pm #23116ruiribMemberpeterlaursen wrote on Dec 20 2006, 02:11 PM:No there is nothing to 'enable' if I understand your question right. No configuration on the host/network where the MySQL is, is required.
Technically (from a programmer's perspective) it is almost the same wheter you connect to a HTP server on a remote host/network (and connct to a MySQL server from here) or whether you connect to a Proxy server on your local network and connect to a MySQL server from here. That is why we have arranged this where it is.
The easiest would be to try!
I've tried it, but didn't upload SQLYogTunnel.php to the server. My question is, this upload is still needed? Or, putting it differently, the tunnelling option needs to be checked, right?
Speed wise, how does HTTP tunneling behave? Is a slowdown very noticeable?
Thx for your replies.
-
December 21, 2006 at 5:07 am #23117peterlaursenParticipant
I must admit that I personally know very little about this.
I have 'called in' assistance to explain in detail.
Please be a litttle patient.
-
December 22, 2006 at 1:39 am #23118ruiribMember
I'll wait 🙄 .
Thank you.
-
December 29, 2006 at 12:51 pm #23119RohitMember
There is no built in support for proxies in mysqld. You will have to open up a port by some external means such as creating an SSH tunnel.
Additionally, the MySQL client library does not provide any option to access the underlying socket. This prevents us from developing our own proxy server support for SQLyog.
However, SQLyog HTTP tunnelling module *WORKS* over proxy server. So if you are able to connect to a HTTP server, you should be able to connect to MySQL as well.
-
December 29, 2006 at 1:31 pm #23120ruiribMember
Thank you.
-
-
AuthorPosts
- You must be logged in to reply to this topic.