I created an event and now when use SHOW PROCESSLIST
command on my MyQLWorkbench window, I see the following message for my event.Please see the following Image:
The above fields in the image corresponds to Id,Host,db,Command,time,State,Info respectively.
It's in "Waiting for next activation"
state for ever. I don't know why and I believe that's the reason my event isn't running.
Read the documentation here but it doesn't seems to explain much about troubleshooting or any solution.
I already ran the following command:
SET GLOBAL event_scheduler = ON;
Here is the result of the Query SHOW EVENTS FROM MyDB
Result of SELECT * FROM mysql.event
(Since the result was so long, I am adding the image in two parts as below)
Part 1
Part2: