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;
A chronological documentation test project, nothing serious, really!
This is the way to create a mysql database with UTF8 characterset
CREATE DATABASE dbname CHARACTER SET utf8 COLLATE utf8_general_ci;
Comments are closed.
Its the simple small things, like this that make my life easier. Thanks for the quick and easy to use article and command line that I searched for :D
nice meet that info so quickly. Thanks advanced!
You deserve more likes! Been looking for it everywhere without luck, major places as W3(crap)school and tried phpMyAdmins own SQL-field to try and see if I could find the command with no luck whatsoever.