is there an active mysql developers list?

2005-08-01 Thread Jason Pyeron
we need help with configure time options ./configure --without-unix-socket-path --without-server [EMAIL PROTECTED] client]$ ./mysql -u root ERROR 2002 (HY000): Can't connect to local MySQL server through socket 'no' (2) trying to disable unix sockets altogether --

Re: is there an active mysql developers list?

2005-08-01 Thread Enrique Sanchez Vela
--- Jason Pyeron [EMAIL PROTECTED] wrote: we need help with configure time options ./configure --without-unix-socket-path --without-server [EMAIL PROTECTED] client]$ ./mysql -u root ERROR 2002 (HY000): Can't connect to local MySQL server through socket 'no' (2) trying to disable

Re: is there an active mysql developers list?

2005-08-01 Thread Jason Pyeron
On Mon, 1 Aug 2005, Enrique Sanchez Vela wrote: Most likely you would need to specify the database server hostname with the -h option. yes I am aware of this. When you use the native windows mysql.exe it will default to localhost, using named pipes (i think, but maybe tcp). so then there

Re: is there an active mysql developers list?

2005-08-01 Thread Jeff Smelser
On Monday 01 August 2005 12:43 pm, Jason Pyeron wrote: On Mon, 1 Aug 2005, Enrique Sanchez Vela wrote: Most likely you would need to specify the database server hostname with the -h option. yes I am aware of this. When you use the native windows mysql.exe it will default to localhost,

Re: is there an active mysql developers list?

2005-08-01 Thread Enrique Sanchez Vela
--- Jeff Smelser [EMAIL PROTECTED] wrote: On Monday 01 August 2005 12:43 pm, Jason Pyeron wrote: On Mon, 1 Aug 2005, Enrique Sanchez Vela wrote: Most likely you would need to specify the database server hostname with the -h option. yes I am aware of this. When you use the native