Philip Mak wrote:

> On Thu, May 30, 2002 at 05:53:03PM +0300, Dmitry Alyabyev wrote:
>> Is it possible to set up one mysql server *only* for listening on
>> socket and transfer client requests to another one server through
>> network connection ? Of course I mean return results too :-)
> 
> It sounds like what you want can be accomplished by a simple "port
> forwarder" program (search for that phrase on Google) which listens on
> one TCP/IP port and forwards the results to another TCP/IP port (which
> would be the MySQL server on port 3306); this is independent of MySQL.

No, no, no - I mean transfer from "socket file" to network port

-- 
Dimitry


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to