MySQL 4.x runs until server reboot
I just recently migrated a Windows 2003 Server (Apache 2.0.50, PHP 5, and MySQL 4) to Fedora Core 2 and everything worked like a charm for 5 consecutive days, and then I had to reboot. On startup, apachectl start carried out just fine, but mysqld_safe --user=mysql tried to start the MySQL server and immediately ended.
I did a netstat -atop and then killed the mysqld process id as well as going into the process manager gui and killing the mysqld_safe that failed.
I have removed and recompiled and installed mysql again with the same issue. Is anyone else having this issue? What did YOU do?