Skip to content

Instantly share code, notes, and snippets.

@lukearmstrong
Created September 27, 2012 11:57
Show Gist options
  • Save lukearmstrong/3793630 to your computer and use it in GitHub Desktop.
Save lukearmstrong/3793630 to your computer and use it in GitHub Desktop.
Copy MySQL DB (with Status Indicator)
mysqldump db_name --single-transaction | pv | mysql new_db_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment