Re: "proxy" a connection to remote host?

2004-08-09 Thread Egor Egorov
Steve Leibel <[EMAIL PROTECTED]> wrote: > Hello, I'm new to this list so I hope this is the right type of > question that can be asked. > > At work I have access to a particular database only from a particular > host, say X. I would like to write a little script to view the data. > The script

Re: "proxy" a connection to remote host?

2004-08-09 Thread Ian Gibbons
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

"proxy" a connection to remote host?

2004-08-08 Thread Steve Leibel
Hello, I'm new to this list so I hope this is the right type of question that can be asked. At work I have access to a particular database only from a particular host, say X. I would like to write a little script to view the data. The script would be running on host Y. Is it possible to somehow