-
Book Overview & Buying
-
Table Of Contents
Mastering phpMyAdmin 3.3.x for Effective MySQL Management
Table attributes are the various properties of a table. This section discusses the settings for some of them.
The first attribute that we can change is called Storage Engine.
![]() |
This controls the whole behavior of the table its location (on-disk or in-memory), the index structure, and whether it supports transactions and foreign keys. The drop-down list varies depending on the storage engines supported by our MySQL server.
Changing a table's storage engine may be a long operation if the number of rows is large.
This allows us to enter comments for the table:
These comments will be shown at appropriate places for example, in the navigation panel, next to the table name in the Table view, and in the export file. Here is what the navigation panel looks like when the $cfg['ShowTooltip'] parameter is set to its default value of TRUE:
![]() |
The default value (FALSE) of $cfg['ShowTooltipAliasDB'] and $cfg['ShowTooltipAliasTB'] produces the behavior...
Change the font size
Change margin width
Change background colour

