Skip to content

Instantly share code, notes, and snippets.

@everm1nd
Created July 4, 2012 10:29
Show Gist options
  • Save everm1nd/3046624 to your computer and use it in GitHub Desktop.
Save everm1nd/3046624 to your computer and use it in GitHub Desktop.
MySQL: Create UTF-8 database
CREATE DATABASE `database` 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