Create UTF8 Database


/ Published in: SQL
Save to your folder(s)

Create a new utf8 database in MySQL


Copy this code and paste it in your HTML
  1. CREATE DATABASE my_database CHARACTER SET utf8 COLLATE utf8_general_ci;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.