I noticed that my events were not running even tho i had manually turned on Event scheduler with
SET GLOBAL event_scheduler="ON";
also turned it on within phpMyAdmin only to later find it turned off
apparently my.ini needs to be edited to include the following in the [mysqld] section
event_scheduler=on