Hi.

'localhost' is a special name for MySQL, which implies to connect via
mysql.sock. You don't need to recompile, just give the host name (like
test.earthlink.net or whatever it is) or IP address of your PC and
MySQL will use TCP sockets.

Bye,

        Benjamin.


PS: I don't really know whether there is a method to recompile without
UNIX sockets, but I never heard about it on this list until today.


On Sun, Feb 04, 2001 at 09:08:58PM -0800, [EMAIL PROTECTED] wrote:
> How is it possible to compile mysql sources without the server and without socket 
>support? I am trying to connect a cygwin mysql client to a win32 mysql server on the 
>same PC, but the perl mysql mod test keeps looking for mysql.sock. 
> So I am thinking if I remove the socket client in the sources then it will revert to 
>IP for its conn to the server....
> 
> thanks,
> dale

---------------------------------------------------------------------
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