connect mydac to a remote server through proxy

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
pimentel_flores
Posts: 31
Joined: Wed 15 Aug 2007 16:30
Location: mexico

connect mydac to a remote server through proxy

Post by pimentel_flores » Wed 05 Dec 2007 16:13

Hi,
My application needs to connect to a remote mysqlserver through a proxy, so do you have any suggestion to make the myconnection can connect through a proxy?

Thanks in advance

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 06 Dec 2007 09:50

You can setup Network Address Translation at your proxy, or use a tunneling tool.

Post Reply