Iโve blown a few hours trying to get this important idea to work. I figured my findings and working sql code should serve as a helpful reference. Hereโs the code before we dissect it: SET global event_scheduler = 1; DROP EVENT IF EXISTS Archive_Old_Posts; USE teamof4; CREATE EVENT Archive_Old_Posts ON SCHEDULE EVERY 1 MINUTE DO...
Read More