行格式 ROW_formate compact 行格式dynamic 行格式 默认compress 行格式 行格式定义 创建表同时指定行格式 create table 表明 ( 列的信息) row_formate=行格式名称 修改行格式 alter table 表明 ROW_FORMATE= 行格式名称 查看mysql8.0 默认行格式 select @@innodb_default_row_format; 查看具体表使用的行格式 show table status like ‘表名’\G