Skip to content

Instantly share code, notes, and snippets.

@alexruzenhack
Last active November 27, 2018 14:34
Show Gist options
  • Save alexruzenhack/41221f0d67a656539558875d3101e556 to your computer and use it in GitHub Desktop.
Save alexruzenhack/41221f0d67a656539558875d3101e556 to your computer and use it in GitHub Desktop.
How to select an event information from a schema #mysql
select * from information_schema.events where event_name = 'your_event_name' and event_schema = 'your_schema';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment