I had a interesting problem from Yahoo! mail team that they were not able to start the 5.1 server at all on couple of their replication setup boxes. They tried 5.1.20 , 21 and 22 and all are behaving in the same way.
After digging into the box, the mysql error log has the following info that it was failed to open event table.
[Copy to clipboard][-]View Code | |
1 2 3 4 5 6 7 8 9 |
071113 10:09:28 [ERROR] Event Scheduler: Failed to open table mysql.event 071113 10:09:28 [ERROR] Event Scheduler: Error while loading FROM disk. 071113 10:09:28 [Note] Event Scheduler: Purging the queue. 0 events 071113 10:09:28 [ERROR] Aborting Creating new mysql … |