MySQL scheduled event wasn't executed
I created an event for a job of every one开发者_如何学运维 hour in MySQL, it's seems all right in the SQLyog client. But several hours passed, it was actually not executed. I don't know why, hope someone can help! Thanks in advance.
Have you also run:
set global event_scheduler = 1;
精彩评论