Skip to content

Instantly share code, notes, and snippets.

@fabiotatsuo
Created March 3, 2016 21:01
Show Gist options
  • Save fabiotatsuo/8dd898f0b0fa64d185af to your computer and use it in GitHub Desktop.
Save fabiotatsuo/8dd898f0b0fa64d185af to your computer and use it in GitHub Desktop.
Mysqldump export 1000 lines from a mysql database
$ 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