restart service mysqld

nir

Verified User
Joined
May 11, 2005
Messages
15
Hello,
When I try to restart the service mysqld with the commend:
service mysqld restart
Its given me this error:
No mysqld pid file found. Looked for /var/lib/mysql/mydomain.com.pid.

And all the DB on my server doesn't work.

What can I do?

Thnaks
 
When I do "service mysqld start" the DB on the server still doesn't work and after it I'm doint "service mysqld restart" it's given me the same error
 
If service mysqld restart appears to work but msqyld is then not running, it's actually starting, but immediately stopping, even before it can create a pid file, because of some problem.

Check your logs.

Jeff
 
Back
Top