Database Reference
In-Depth Information
Starting page
When we start phpMyAdmin, we will see the following (depending on the
authentication type specified in config.inc.php , and on whether it has more
than one server defined in it):
One of the login panels
The left and right panels with the homepage displayed in the right panel
General customization
This section describes settings that have an impact on many panels. These settings
modify the appearance of titles in windows, of information icons, and how the list of
tables is sorted. The whole visual style of all pages is controlled by the theme system,
which is covered here altogether.
Window titles configuration
When the left and right panels are displayed, the window's title changes to reflect
which MySQL server, database, and table are active. phpMyAdmin also shows some
information about the web server's host name if $cfg['ShowHttpHostTitle'] is set
to TRUE . What is displayed depends on another setting— $cfg['SetHttpHostTitle'] .
If this setting is empty (as it is by default), the true web server's host name appears in
the title. We can put another string, such as "my Web server", and this will be shown
instead of the true host name.
Seeing the web server's host name can come in handy when we have many
phpMyAdmin windows open, thus being connected to more than one web server. Of
course, each phpMyAdmin window can itself give access to many MySQL servers.
Icon configuration
When various warning, error, or information messages are displayed, they can
be accompanied by an icon, if $cfg['ErrorIconic'] is set to TRUE . Another
parameter, $cfg['ReplaceHelpImg'] , when set to TRUE , displays a small icon
containing a question mark at every place where documentation is available for a
specific subject. These two parameters are set to TRUE by default, thus producing:
 
Search WWH ::




Custom Search