Created
March 3, 2016 21:01
-
-
Save fabiotatsuo/8dd898f0b0fa64d185af to your computer and use it in GitHub Desktop.
Mysqldump export 1000 lines from a mysql database
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 1000" -u root -p yourdatabase > dump.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment