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 home page displayed in the right panel
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 here, like '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.
General 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:
??? ???
Interface Overview
[ 46 ]
They can be independently set to FALSE.
Pages:
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72