Skip to content

Instantly share code, notes, and snippets.

@zaifastafa
Last active April 14, 2021 10:53
Show Gist options
  • Save zaifastafa/f27459ae1c06a2225592ebdbeaec8b66 to your computer and use it in GitHub Desktop.
Save zaifastafa/f27459ae1c06a2225592ebdbeaec8b66 to your computer and use it in GitHub Desktop.
Dump MySQL triggers
mysqldump -uroot -p --triggers --add-drop-trigger --no-create-info --no-data --no-create-db db -h 127.0.0.1 > /tmp/triggers.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment