Have a big Problem with mysqld

Guy Shanny

Verified User
Joined
Aug 24, 2006
Messages
24
hello,
I have a problem with my server...
My sql is not working...
I tryed to service mysqld start/reshart and I get -
MySQL PID file could not be found! [FAILED]
Starting MySQL................................... [FAILED]
emm I did not do anything...

what I need to do? Help me!
 
Try this:

Code:
rm -rf /home/mysql/mysqld.pid

/sbin/service mysqld restart

If this doesnt help what I need to see is a copy of the init script.

So copy and paste it here. The file is: /etc/rc.d/init.d/mysqld

if that file doesnt exist it is

/etc/rc.d/init.d/mysql
 
Thanks,
I did
killall -9 mysqld
serivce mysqld start
service mysqld restart
and it worked...

Another thing - If you have msn/icq, if you want to give me, it will be helpful :).

THX;)
 
Back
Top