Skip to content

Instantly share code, notes, and snippets.

@fabriciofx
Forked from rponte/clone_mysql_schema.sh
Created April 6, 2014 05:35
Show Gist options
  • Save fabriciofx/10001882 to your computer and use it in GitHub Desktop.
Save fabriciofx/10001882 to your computer and use it in GitHub Desktop.
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