Skip to content

Instantly share code, notes, and snippets.

@btoone
Created April 3, 2012 04:05
Show Gist options
  • Save btoone/2289221 to your computer and use it in GitHub Desktop.
Save btoone/2289221 to your computer and use it in GitHub Desktop.
Dump a table
mysqldump -h host -u username -ppasswd database_name table_name > export_file_name.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment