Hi,
I want, event scheduler to be ON always. In the net I found the solution(Procedure).
As they told, to write event_scheduler=on somewhere under the [mysqld] section in the default mysql config file, usually /etc/my.cnf
First of all I didn't get the file my.conf in my machine(searched the whole machine). After search the whole machine I got my.conf.bak, my.cnf.old and one more file My (File Type is SpeedDial)
So I have added the code (event_scheduler=on) in my.conf.bak file. And I have restarted the Mysql service also.
But still the Event_scheduler is OFF.
Thanks in advance