Re: MySQL 'locking up'

2001-06-27 Thread Gerald Clark
Perhaps the tmp directory used by MySQL was full. Dawn H wrote: > Occasionally, MySQL seems to lock up on the Linux box and just sit there. It > did it today for three hours before we realized it. When this happens, the > only thing we know of to do is restart it, and this time it wouldn't shut

Re: MySQL 'locking up'

2001-06-22 Thread Daniel Ã…kerud
It's sad that your MySQL crashes. But still, it's even more sad that there exist human beings that rely on system administrators not being able to kill a process under linux ;) (don't take that too hard, just kidding) ps aux | grep mysqld get the PID of the process kill -9 PID Make sure you h