Skip to content

Instantly share code, notes, and snippets.

@martijngastkemper
Created April 22, 2014 08:51
Show Gist options
  • Save martijngastkemper/11170698 to your computer and use it in GitHub Desktop.
Save martijngastkemper/11170698 to your computer and use it in GitHub Desktop.
Dump MySQL triggers
mysqldump --routines --no-create-info --no-data --no-create-db --skip-opt <database> > outputfile.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment