mysql event_scheduler after server restart  [ 725 views ]

Goal: to avoid the event_scheduler stopped after server restart

As I realized the events scheduler never working after my server restarted. The why is in the my.ini file.
Find the [mysqld] section and put the following line event_scheduler=ON like this.

...
# The MySQL server
[mysqld]
event_scheduler=ON
...

So when the server restarted the event scheduler will be alive again.

#sidebar a { color:#fff; } #sidebar ul ul li { color: #DEF585; } #sidebar h2 { color: #fff; } #sidebar ul p, #sidebar ul select { color: #BEDDBE; } #backfly { background: url(images/golfBallWallPaper.jpg) left bottom fixed repeat-x #65a51d; }