Skip to content

Instantly share code, notes, and snippets.

@eric-pommereau
Created March 31, 2014 08:18
Show Gist options
  • Save eric-pommereau/9887637 to your computer and use it in GitHub Desktop.
Save eric-pommereau/9887637 to your computer and use it in GitHub Desktop.
Export mysq table specifying where...
mysqldump --user=root --password=xxx --where="date_time between '2013-01-01' AND '2013-01-10'" db_flight flight_point >export.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment