Skip to content

Instantly share code, notes, and snippets.

@jocoonopa
Created May 29, 2019 08:40
Show Gist options
  • Save jocoonopa/d6a1db8006cb56dde5982492a4cf9fe1 to your computer and use it in GitHub Desktop.
Save jocoonopa/d6a1db8006cb56dde5982492a4cf9fe1 to your computer and use it in GitHub Desktop.
CREATE EVENT clear_general_log
 ON SCHEDULE EVERY 12 HOUR
 DO
 CALL clear_general_log();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment