/ Published in: SQL

Create a new utf8 database in MySQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
CREATE DATABASE my_database CHARACTER SET utf8 COLLATE utf8_general_ci;
Comments
