Skip to content

Instantly share code, notes, and snippets.

@seagoj
Created January 27, 2014 15:26
Show Gist options
  • Save seagoj/8650466 to your computer and use it in GitHub Desktop.
Save seagoj/8650466 to your computer and use it in GitHub Desktop.
Duplicate Mysql DB
mysqldump -u root -p[password] [db_src] | mysql -u root -p[password] [db_dest]
@seagoj
Copy link
Author

seagoj commented Jan 27, 2014

Duplicates db_src as db_dest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment