/ Published in: SQL
Create a new utf8 database in MySQL
Expand |
Embed | Plain Text
CREATE DATABASE my_database CHARACTER SET utf8 COLLATE utf8_general_ci;
You need to login to post a comment.
Create a new utf8 database in MySQL
CREATE DATABASE my_database CHARACTER SET utf8 COLLATE utf8_general_ci;
You need to login to post a comment.