How to Create Scheduled Events in MySQL
Oct 062016
you can start the scheduler from the MySQL command line:
SET GLOBAL event_scheduler = ON;
you can start the scheduler from the MySQL command line:
SET GLOBAL event_scheduler = ON;
Powerfull instructions - http://www.netspective.com/uncategorized/2012/11/14/setup-percona-mysql-replication-over-ssl/