Skip to content

Instantly share code, notes, and snippets.

@ambercouch
Last active May 25, 2021 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ambercouch/52950a227db7911f3921c70d52bde3c0 to your computer and use it in GitHub Desktop.
Save ambercouch/52950a227db7911f3921c70d52bde3c0 to your computer and use it in GitHub Desktop.
Mysql copy database
sudo mysqldump -u root --password=<pwd> <original db> | sudo mysql -u root --password=<pwd> <new db>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment