Skip to content

Instantly share code, notes, and snippets.

@peter-mcconnell
Created July 7, 2015 08:50
Show Gist options
  • Save peter-mcconnell/26dc1f8024489d03708d to your computer and use it in GitHub Desktop.
Save peter-mcconnell/26dc1f8024489d03708d to your computer and use it in GitHub Desktop.
Mysql Clone DB
mysqldump -h [server] -u [user] -p[password] db1 | mysql -h [server] -u [user] -p[password] db2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment