Enable Mysql Event Schedulers

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.

 

 

 

 


Enable Mysql Event Schedulers, Hostripples Web Hosting
HR-ADMIN