Hey guys,
I have added a event to my mySQL db and it works fine, but the thing that is bothering me is that every now and then I have to set the mysql global variable to 1 so that my event is active.I log in as root user and have complete privileges (I use it for practice purpose)
Every time I log in to my mysql server I have to execute the following line
set global event_scheduler=1
can I set the event_scheduler variable permanently to 1? I'm using mysql 5.1.50 - community