The world's most popular open source database
The Options tab allows you to set the general options and row options.
In the General Options frame, choose a pack
keys option. The options are Default,
Pack None, and Pack All.
You may also encrypt the definition of a table. The
AUTO_INCREMENT and delayed key update
behaviors apply only to MyISAM tables.
To set the row format, choose the desired row format from the
drop-down list. See MyISAM Table Storage Formats for
more information about the different row formats that are
available. This only applies to MyISAM tables.
These options are:
Default
Dynamic
Fixed
Compressed
Redundant
Compact
When you expect a table to be particularly large, use the
Avg. Row, 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.
The Storage Options section is used to
configure a custom path to the table storage and data files.
This option can help improve data integrity and server
performance by locating different tables on different hard
drives. This option is only available for MyISAM tables.
The Merge Table Options section is used to
configure MERGE tables in MyISAM. To create a MERGE table,
select MERGE as your storage engine and then specify the tables
you wish to MERGE in the Union Tables
dialog.
You can also specify the action the server should take when
users attempt to perform INSERT statements on the merge table.
See The MERGE Storage Engine for more information
about MERGE tables. Again, this only applies to MyISAM tables.
You may also select the Merge Method by
selecting from the drop down list box.

