access through a proxy to the mysql DB

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ec2
Posts: 21
Joined: Fri 27 Nov 2009 14:14

access through a proxy to the mysql DB

Post by ec2 » Thu 19 Apr 2012 15:14

Hi, I have access to "MyDac" through a proxy to the mysql DB:
Proxy, ProxiPort: 1234, Proxy User: adam, ProyPw: xxxxx;
Unfortunately we do not succeed!

Local and on the LAN it is well, behind the proxy it does not work unfortunately

With "Toad for MySQL" I get the mysql DB behind the proxy :?


mydac71d14pro, Delphi 2010,WinXP


regards ec2

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Tue 24 Apr 2012 12:18

Hello,

We support Proxy connections only via using http-tunneling. Therefore, for connection via Proxy, besides specifying your Proxy and MySQL servers data, you should also specify the url to the tunnel.php file that is on the external server (this file can be find in the ..\Devart\MyDac for Delphi XXX\Http\ directory). You can find more details in the Network Tunneling section of the help.

Post Reply