Skip to content

Instantly share code, notes, and snippets.

@osde8info
Last active December 9, 2015 17:01
Show Gist options
  • Save osde8info/e5ec3145d7ccbb849e04 to your computer and use it in GitHub Desktop.
Save osde8info/e5ec3145d7ccbb849e04 to your computer and use it in GitHub Desktop.
mysqldump tables
mysqldump tables into separate files
assuming user and pass are defined in .my.cnf
$ mysqldump -h myhost --skip-lock-tables --compact --extended-insert --max_allowed_packet=64M --tab=dir_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment