How to create a utf8 MySQL database from the command line
CREATE DATABASE databasename CHARACTER SET utf8 COLLATE utf8_general_ci;
comments powered by Disqus
How to create a utf8 MySQL database from the command line
CREATE DATABASE databasename CHARACTER SET utf8 COLLATE utf8_general_ci;