-
Book Overview & Buying
-
Table Of Contents
Mastering phpMyAdmin 3.3.x for Effective MySQL Management
In the Database view, click on the Export link. The default export panel looks like this:
![]() |
The default values selected here depend on config.inc.php, more specifically on the $cfg['Export'] array of parameters. For example, the $cfg['Export']['format'] parameter is set to'sql', so that the SQL export mode is chosen by default.
The export panel has three subpanels. The top panel, Export, and the bottom panel, Save as file, are always there. However, the third panel varies (using dynamic menu techniques) in order to show the options for the export mode chosen (which is SQL here).
This subpanel contains a table selector, from where we choose the tables and the format that we want. The SQL format is useful for our needs, as it creates standard SQL commands that would work on any SQL server. Other formats are available, depending on our needs.
We shall now discuss the formats (and the options available once they have been chosen) that can be selected in the...
Change the font size
Change margin width
Change background colour
