数据库版本为5.6,Engine 默认为InnoDB,innodb_file_format已设置为Barracuda,innodb_file_per_table为true,且数据库重新启动过,确认这些参数已经生效。 问题为,每次create table没有指定row_format的话,默认值生成表的row_format为compact,有没有什么参数指定下,使得在指定的schema ...