Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alancoleman/8f192203cadbc8860d2c to your computer and use it in GitHub Desktop.
Save alancoleman/8f192203cadbc8860d2c to your computer and use it in GitHub Desktop.
Backup database table using mysqldump
mysqldump -u [user] -p[password] database_name table_name > destination/backup_file.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment