Databases Reference
In-Depth Information
Server-List Choice
If we have to manage multiple servers from the same phpMyAdmin window and
often need to switch between servers, it might prove useful to always have the list of
servers in the left frame:
For this, the $cfg['LeftDisplayServers'] parameter must be set to TRUE . The
list of servers can have two forms: a drop-down list or links. Which form appears
depends on $cfg['DisplayServersList'] . By default, this parameter is set to
FALSE , so we see a drop-down list of servers. Setting $cfg['DisplayServersList']
to TRUE produces a list of links to all defined servers:
Handling Many Databases or Tables
Before phpMyAdmin 2.11, it was difficult to work with the interface if we had access
to hundreds or even thousands of databases, or hundreds of tables in the same
database. Loading of the navigation panel was slow or did not work at all. In 2.11,
the interface has been reworked to take care of this.
 
Search WWH ::




Custom Search