Skip to content

Instantly share code, notes, and snippets.

@FabianKoestring
Created April 23, 2015 15:55
Show Gist options
  • Save FabianKoestring/d14b6371b9da3fc55abd to your computer and use it in GitHub Desktop.
Save FabianKoestring/d14b6371b9da3fc55abd to your computer and use it in GitHub Desktop.
mysql -u root -p
DROP DATABASE "DATABASE";
CREATE DATABASE "DATABASE";
Exit
mysql -u root -p "DATABASE" < "DATABASE_EXPORT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment