Skip to content

Instantly share code, notes, and snippets.

@viniciusjssouza
Created November 26, 2020 22:27
Show Gist options
  • Select an option

  • Save viniciusjssouza/1956bbc4deb41689007a3394596fb42d to your computer and use it in GitHub Desktop.

Select an option

Save viniciusjssouza/1956bbc4deb41689007a3394596fb42d to your computer and use it in GitHub Desktop.
Dump mysql 5 DB using mysqldump 8 (no data)
mysqldump db --skip-disable-keys --skip-add-locks --skip-add-drop-table --skip-lock-tables --result-file="output.sql" --skip-extended-insert --no-data --skip-create-options --column-statistics=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment