Posted by Hans-Henry Jakobsen
This is the way to create a mysql database with UTF8 characterset
CREATE DATABASE dbname CHARACTER SET utf8 COLLATE utf8_general_ci;
Tags: Database, MySQL, utf8
You must be logged in to post a comment.