Connecting to a remote server accepting only localhost

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
louisd
Posts: 1
Joined: Fri 23 Mar 2007 20:29
Location: Québec Canada

Connecting to a remote server accepting only localhost

Post by louisd » Tue 28 Oct 2008 10:49

Can I connect to a remote server accepting only localhost for connection for security pupose. is there a bridge to connect indirectly ???

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 30 Oct 2008 07:24

You can't do it using MySQL. For this purpose you can try to use Web server or SSH server placed on the same machine as MySQL server to forward requests for connection to the MySQL server.

Post Reply