系統(tǒng)變量innodb_large_prefix為ON
系統(tǒng)變量innodb_file_format為Barracuda
ROW_FORMAT為DYNAMIC或COMPRESSED
show variables like '%innodb_large_prefix%';//查看是否開啟
set global innodb_large_prefix=on;//如果沒有開啟設(shè)置開啟
show variables like '%innodb_file_format%';//查看file格式
set global innodb_file_format=Barracuda;//設(shè)置格式
set global innodb_file_format_max=Barracuda;//設(shè)置格式
row_format=DYNAMIC或COMPRESSED ;//設(shè)置格式