Created
October 16, 2016 12:16
-
-
Save marcelog/e0a519fa03d117b4a0c3ac34a91a1bc6 to your computer and use it in GitHub Desktop.
Turn on MySQL Event Scheduler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET GLOBAL event_scheduler = ON; # In the MySQL CLI | |
event_scheduler=DISABLED # or OFF, or 0, or ON, or 1 in the [mysqld] section of your my.cnf file | |
--event-scheduler=DISABLED # or OFF, or 0, or ON, or 1 when starting your mysql daemon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment