Please Give me Solution for this

2005-08-02 Thread Kumar Gaurav
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) I installed mysql-standard-4.1.11-pc-linux-gnu-i686] in my system. There is no file in '/var/lib/mysql/mysql.sock'. Thanks. -- MySQL General Mailing List For list archives:

RE: Please Give me Solution for this

2005-08-02 Thread Cope, Jared
list. Cheers, Jared. -Original Message- From: Kumar Gaurav [mailto:[EMAIL PROTECTED] Sent: 02 August 2005 06:01 To: mysql@lists.mysql.com Subject: Please Give me Solution for this ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) I installed

RE: Please Give me Solution for this

2005-08-02 Thread Sujay Koduri
First check whether MySQL server is running on your machine or not. You can use 'ps -aux | grep mysql' for checking this. sujay -Original Message- From: Kumar Gaurav [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 02, 2005 10:31 AM To: mysql@lists.mysql.com Subject: Please Give me

Re: Please Give me Solution for this

2005-08-02 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/can-not-connect-to-server.html Kumar Gaurav [EMAIL PROTECTED] wrote: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) I installed mysql-standard-4.1.11-pc-linux-gnu-i686] in my system.