mysql freezes on startup
am 25.02.2006 20:06:58 von dave
Hello,
I've got a mysql server running on linux. It was working fine until this
morning when a customer wrote and told me it was not working. On
investigation it had frozen. I stopped and restarted it this is on an fc3
box, i get the starting mysql message but never get a prompt back. I don't
see any output in my /var/log/messages.1 file. I'm not sure where this is
logging and would appreciate any suggestions.
Thanks.
Dave.
Re: mysql freezes on startup
am 25.02.2006 21:29:04 von Bill Karwin
"Dave" wrote in message
news:mV1Mf.129308$Q11.64797@tornado.ohiordc.rr.com...
> Hello,
> I've got a mysql server running on linux. It was working fine until
> this morning when a customer wrote and told me it was not working. On
> investigation it had frozen. I stopped and restarted it this is on an fc3
> box, i get the starting mysql message but never get a prompt back. I don't
> see any output in my /var/log/messages.1 file. I'm not sure where this is
> logging and would appreciate any suggestions.
MySQL errors are often logged to the /.err.
How do you start and stop MySQL? I use /etc/init.d/mysql { start | stop }.
Is SElinux in operation? This usually prevents MySQL from starting.
Regards,
Bill K.