Error 1577 "Cannot proceed because system table used by Event Scheduler were found damaged at server start"
Posted by:
timp
(---.knowba324.adsl.metronet.co.uk)
Date: January 20, 2009 03:58PM
I'm quite new to using WampServer, I have downloaded and installed the latest version (MySQL 5.1.30, PHP 5.2.8 and Apache 2.2.11).
Everything seemed to be working fine, MySQL running OK, Apache doing it's stuff, until I attempted to run:
CREATE EVENT IF NOT EXISTS ev_Check_Processing_Queue ON SCHEDULE EVERY 1 HOUR -- 10 Minute -- 1 DAY DO BEGIN -- event DO blah, blah, blah...
I then received an error 1577 "Cannot proceed because system table used by Event Scheduler were found damaged at server start"
I have found a couple of related topics on this forum but the fix does not seem to be relevant.
I have attempted to run the "mysql_fix_privilege_tables.sql" script but I received a series of Duplicate column name and duplicate key name errors, almost as if the script had already been run.