msgbartop
A cronological documentation test project, nothing serious, really!
msgbarbottom

27 Jan 08 mysql create utf8 database

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: , ,

Leave a Comment

You must be logged in to post a comment.