MySQL 文字コード・文字エンコーディング

MySQL 文字コード・文字エンコーディング

-設定を確認
--show variables like 'char%';

-MariaDBの日本語文字化けを解消するための設定 - SIS Lab
--https://www.meganii.com/blog/2016/05/29/mariadb-utf8/

-MySQL :: MySQL 8.0 Reference Manual :: 10.9.1 The utf8mb4 Character Set (4-Byte UTF-8 Unicode Encoding)
--https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-utf8mb4.html

-[ヅ] MySQL + Java で UTF-8 の4バイト文字に対応 (utf8mb4) (2015-02-28)
--http://www.nilab.info/z3/20150228_01_mysql_utf8mb4.html

-[ヅ] MySQLにUTF-8じゃないと怒られる(java.sql.SQLException: Incorrect string value) (2011-01-12)
--http://www.nilab.info/z3/20110112_z02.html