Skip to content

Instantly share code, notes, and snippets.

@lukearmstrong
Created November 5, 2012 10:00
Show Gist options
  • Save lukearmstrong/4016419 to your computer and use it in GitHub Desktop.
Save lukearmstrong/4016419 to your computer and use it in GitHub Desktop.
mysqldump -h server -u user -p database_name --single-transaction | pv | mysql -h other_server other_database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment