Skip to content

Instantly share code, notes, and snippets.

@descubraomundo
Created July 2, 2013 21:07
Show Gist options
  • Save descubraomundo/5913137 to your computer and use it in GitHub Desktop.
Save descubraomundo/5913137 to your computer and use it in GitHub Desktop.
Create new database
CREATE DATABASE dbname CHARACTER SET utf8 COLLATE utf8_general_ci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment