The Row Options
section can be used to
configure options such as the row format, checksum use, and the
row size parameters needed for large tables.
To set the row format, choose the desired row format from the
drop-down list. See MyISAM
Table Storage Formats, for
more information on the different row formats that are
available. This option only applies to MyISAM tables.
When you expect a table to be particularly large, use the
Avg Row Length, Min
Rows, and Max Rows options to
enable the MySQL server to better accommodate your data. See
CREATE TABLE
Syntax, for more information on how to
use these options.