eeek

msg:3890340 | 3:03 am on Apr 11, 2009 (gmt 0) |
It could be segfaulting. Try attaching gdb to the daemon and see what happens when it dies. That's only for kernel messages. Mysql is just an application.
|
nalin

msg:3932872 | 3:39 am on Jun 14, 2009 (gmt 0) |
mysqld will usually have an error log file: tail /var/log/mysql/mysqld.err
If this does not work your error log is somewhere else try
cat /etc/mysql/my.cnf ¦ grep "log-error"
to get the location of your error log.
|
|