Dagang Wei
Dagang Wei

Reputation: 26548

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.

Upvotes: 0

Views: 269

Answers (1)

samurailawngnome
samurailawngnome

Reputation: 3495

Have you also run:

set global event_scheduler = 1;

Upvotes: 2

Related Questions