Craig Carriere wrote:

Gabriel Lai Yong Shern wrote:

have you tried with service mysqld status to check whether it's running? if not, service mysqld restart the service.

Gabriel:

Thank you for your input. Yes I have looked to see if the Mysql server is running and it is not. However I can not get the service started using either the restart command or mysql_safe command. I keep getting the 2003 error with the service being unable to find the socket. I suspect there is some kind of permission problem, but I do not understand how it occurred or a solution to it. I reinstalled both Centos 4.2 and qmail toaster scripts yesterday and ended with the same problem. As always any help is appreciated.

Try this command:
service mysqld start
and see what errors it produces. If none, then do this to make it always start at boot:
chkconfig --level 345 mysqld on


---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to