Skip to content

Instantly share code, notes, and snippets.

@marcosnakamine
Created April 13, 2017 18:37
Show Gist options
  • Save marcosnakamine/35a84b2b0f6d2e60a6d4b950be7c2fc9 to your computer and use it in GitHub Desktop.
Save marcosnakamine/35a84b2b0f6d2e60a6d4b950be7c2fc9 to your computer and use it in GitHub Desktop.
MySQL - Copy all rows from other database
INSERT INTO database1.table
SELECT * FROM database2.table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment