Skip to content

Instantly share code, notes, and snippets.

@marcelog
Created October 16, 2016 12:16
Show Gist options
  • Save marcelog/e0a519fa03d117b4a0c3ac34a91a1bc6 to your computer and use it in GitHub Desktop.
Save marcelog/e0a519fa03d117b4a0c3ac34a91a1bc6 to your computer and use it in GitHub Desktop.
Turn on MySQL Event Scheduler
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