Created
May 19, 2020 15:08
-
-
Save ricardoaugusto/bdf8f20cf2024a6ad952b9b29d898fb3 to your computer and use it in GitHub Desktop.
Export the schema and 10 rows of data from all tables of a DB
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 --opt --where="1 limit 10" [DATABASE] > dump.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment