Re: forcing mysql client to use TCP socket?

2003-03-15 Thread Murad Nayal
thank you all for the help! best Murad Dan Nelson wrote: In the last episode (Mar 14), Murad Nayal said: how can I force mysql interactive client (actually the client library as well) to use a TCP port on the local host if I do: mysql -h localhost -u user -p --port=2000 I

forcing mysql client to use TCP socket?

2003-03-14 Thread Murad Nayal
Hello, how can I force mysql interactive client (actually the client library as well) to use a TCP port on the local host if I do: mysql -h localhost -u user -p --port=2000 I get: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' what might be a problem is:

Re: forcing mysql client to use TCP socket?

2003-03-14 Thread gerald_clark
mysql -h 127.0.0.1 -u user -p --port=2000 Murad Nayal wrote: Hello, how can I force mysql interactive client (actually the client library as well) to use a TCP port on the local host if I do: mysql -h localhost -u user -p --port=2000 I get: ERROR 2002: Can't connect to local MySQL server

Re: forcing mysql client to use TCP socket?

2003-03-14 Thread Dan Nelson
In the last episode (Mar 14), Murad Nayal said: how can I force mysql interactive client (actually the client library as well) to use a TCP port on the local host if I do: mysql -h localhost -u user -p --port=2000 I get: ERROR 2002: Can't connect to local MySQL server through socket

Re: forcing mysql client to use TCP socket?

2003-03-14 Thread Gelu Gogancea
SOFTWARE COMPANY Permanent e-mail address : [EMAIL PROTECTED] [EMAIL PROTECTED] - Original Message - From: Murad Nayal [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, March 14, 2003 10:42 PM Subject: forcing mysql client to use TCP socket