Tag: MySQL/utf8mb4
innodb_file_per_table = 1 # 5.6.6 innodb_file_format = Barracuda innodb_large_prefix =1 innodb_default_row_format = DYNAMIC # >= 5.7.9
SELECT row_format from information_schema.tables where table_schema='データベース名'; ALTER TABLE テーブル名 ROW_FORMAT=DYNAMIC; ALTER TABLE テーブル名 CONVERT TO CHARACTER SET utf8mb4;