View Single Post
  #28 (permalink)  
Old 04-27-2009, 04:53 AM
dineshsdk dineshsdk is offline
Intermediate Member
 
Posts: 23
Default Pid is not there

Hi ,

I did the first step from the URL, After that i started and restarted the mysql. I didn't get the Pid for that.

[zimbra@websrv15 ~]$ mysql.server start
Starting mysqld...done.
[zimbra@websrv15 ~]$ mysql.server restart
mysqld not running: no pid in '/opt/zimbra/db/mysql.pid'
Starting mysqld...done.

After that i have run the second command from the second step

"mysql --batch --skip-column-names -e "show databases" | grep -e mbox -e zimbra > /tmp/mysql.db.list"

I get the following error,

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/zimbra/db/mysql.sock' (2)

Regards
Dinesh
Reply With Quote