Skip to content

Instantly share code, notes, and snippets.

@blackymetal
Created September 15, 2014 19:05
Show Gist options
  • Select an option

  • Save blackymetal/365ea78e3521cbd8af51 to your computer and use it in GitHub Desktop.

Select an option

Save blackymetal/365ea78e3521cbd8af51 to your computer and use it in GitHub Desktop.
Dumps database/table to csv with filters
mysqldump -uroot -T/path/ database table --where="field = 'value"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment