Notepad:UTF8

From Amar
Revision as of 17:23, 9 September 2015 by Lax (talk | contribs) (Created page with "[https://dev.mysql.com/doc/refman/5.5/en/charset-applications.html Configuring the Character Set and Collation for Applications] CREATE DATABASE <DB> DEFAULT CHARACTER SET...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Configuring the Character Set and Collation for Applications

CREATE DATABASE <DB>
 DEFAULT CHARACTER SET utf8mb4
 DEFAULT COLLATE utf8mb4_unicode_ci;
use <DB>;