Manish wrote:

Hi,
Platform is red hat linux-9..........
my hardware is 2.8GHz pentium-4 with 512 GB ram..
softwares are Bugzilla 2.18 ,mysql-standard-4.0.15-pc-linuĀ­x-i686,
httpd-2.0.40-21........
now problem is when i m trying to take back up of mysql by passing the
command..
/usr/local/mysql/bin/mysqldump bugs -uroot  > /home/manish/bug_bkp.sql
i got the error usr/local/mysql/bin/mysqldump: Got error: 2002: Can't
connect to local MySQL server through socket '/tmp/mysql.sock' (2) when
trying to
connect.. ..........well i m able to start mysql server but can't able to
take backup..

plz help me out ....

Manish Popli

Are you sure your MySQL server is up and running?

This:
 > ls -la /tmp/mysql.sock
 > ps -ax | grep mysqld

can help you to find out if it's true..

Othervise you should look through error log to determine a problem..



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to