mysql create utf8 database

This is the way to create a mysql database with UTF8 characterset

CREATE DATABASE dbname CHARACTER SET utf8 COLLATE utf8_general_ci;