Skip to content

Instantly share code, notes, and snippets.

@rponte
Created November 19, 2013 16:30
Show Gist options
  • Save rponte/7548171 to your computer and use it in GitHub Desktop.
Save rponte/7548171 to your computer and use it in GitHub Desktop.
Cloning or renaming MySQL schema
sudo mysqldump -u root old_schema | mysql -u root new_schema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment