Created
November 26, 2020 22:27
-
-
Save viniciusjssouza/1956bbc4deb41689007a3394596fb42d to your computer and use it in GitHub Desktop.
Dump mysql 5 DB using mysqldump 8 (no data)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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