Tag: MySQL/utf8mb4
innodb_file_per_table = 1 innodb_file_format = Barracuda innodb_large_prefix
SELECT row_format from information_schema.tables where table_schema='データベース名'; ALTER TABLE テーブル名 ROW_FORMAT=DYNAMIC;