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 sy
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 Solut
Usually those kind of errors mean that the MySQL server program is not
running -- there is nothing to connect to. The socket file is used for when
you connect to MySQL from the server that is running it.
Make sure that the server is up and running before connecting. Look for it
in the process list