Skip to content

Instantly share code, notes, and snippets.

@alkavan
Last active December 13, 2015 20:39
Show Gist options
  • Save alkavan/4972004 to your computer and use it in GitHub Desktop.
Save alkavan/4972004 to your computer and use it in GitHub Desktop.

Copy entire database into another one mysqldump -u [user] -p[pass] [source_db] | mysql -u [user] -p[pass] [target_db]

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