Table of Contents
To execute the mysql events as per the schedule, First enable it on the server.
How to enable it?
Go to mysql prompt using following command.
#mysql
#mysql> SET GLOBAL event_scheduler = 1;
It will enable mysql event scheduler.
Thats all.

