Skip to content

Instantly share code, notes, and snippets.

@xlbruce
Created July 26, 2016 17:40
Show Gist options
  • Save xlbruce/8840697dae08ab48ba94f9b8f999607f to your computer and use it in GitHub Desktop.
Save xlbruce/8840697dae08ab48ba94f9b8f999607f to your computer and use it in GitHub Desktop.
Dump MySql
mysqldump -h [host] -u [user] -p"password" [--lock-tables=false] db_name [table_name] > dump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment