Skip to content

Instantly share code, notes, and snippets.

@goodfeel
Created May 21, 2015 01:20
Show Gist options
  • Save goodfeel/c36cc7693fbafb130dbf to your computer and use it in GitHub Desktop.
Save goodfeel/c36cc7693fbafb130dbf to your computer and use it in GitHub Desktop.
mysqldump with query
mysqldump DATABASE --tables logs --where="created_at < '2015-03-01'" -u XXXX -pXXXXX --host ZZZZZZ.com > data.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment