Skip to content

Instantly share code, notes, and snippets.

@alexruzenhack
Last active November 27, 2018 14:33
Show Gist options
  • Save alexruzenhack/bcb7ebc94cf7f4a7070a07ccdd2b37dc to your computer and use it in GitHub Desktop.
Save alexruzenhack/bcb7ebc94cf7f4a7070a07ccdd2b37dc to your computer and use it in GitHub Desktop.
How to create an event schedule on #mysql
create event event_nome
on schedule
every 1 day
starts '2016-08-09 00:18:00'
do
call your_schema.your_procedure();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment