Notepad:UTF8
From Amar
Configuring the Character Set and Collation for Applications
CREATE DATABASE <DB> DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_unicode_ci;
use <DB>;
Configuring the Character Set and Collation for Applications
CREATE DATABASE <DB> DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_unicode_ci;
use <DB>;