Re: compiling without socket support

2001-02-10 Thread Benjamin Pflugmann
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 whethe

compiling without socket support

2001-02-04 Thread Earthlink
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