Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created January 8, 2015 22:35
Show Gist options
  • Save mrpatrick/f63f63364af0d80f62b7 to your computer and use it in GitHub Desktop.
Save mrpatrick/f63f63364af0d80f62b7 to your computer and use it in GitHub Desktop.
$ mysqldump -u user -p'password' db-name foo | ssh [email protected] mysql -u user -p'password' db-name foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment