Skip to content

Instantly share code, notes, and snippets.

@waspar
Created November 20, 2014 16:02
Show Gist options
  • Save waspar/31e2fff93137a83b82b7 to your computer and use it in GitHub Desktop.
Save waspar/31e2fff93137a83b82b7 to your computer and use it in GitHub Desktop.
MySQL dump
mysqldump --host=$host --user=$user -p$pass $db > $sqlfile
mysql --host=$host2 --user=$user2 -p$pass2 $db2 < $sqlfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment