On 8 Aug 2004 at 20:04, Steve Leibel wrote:

> What I'm wondering is if there is a cleaner and simpler way, for 
> example to set up some sort of proxy server on host X that will 
> establish a connection with the mysql database and then relay 
> requests and responses back and forth to my code on host Y.
> 

Hi,

You could set up a Stunnel Server on host x 
which listens on a user defined port e.g. 3307 
then tunnels any connections to the real server.

You then just need to set up a Stunnel client on 
host X to connect to Y.

www.stunnel.org

This also gives you the advantage of SSL.  If 
you want to protect the tunnel you could set up 
firewall rules or even client certificates.

Hope this helps

Ian
-- 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to