Skip to content

Instantly share code, notes, and snippets.

@fedir
Created April 16, 2013 13:56
Show Gist options
  • Save fedir/5396088 to your computer and use it in GitHub Desktop.
Save fedir/5396088 to your computer and use it in GitHub Desktop.
Import database from remote host using compression #mysql #dump #zip #ssh
ssh -l SSHLOGIN RE.MO.TE.IP "mysqldump DB -uMYSQLLOGIN -pMYSQLPWD | gzip -3 -c" > DB.sql.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment