Prev | Current Page 73 | Next

Marc Delisle

"Mastering phpMyAdmin 2.11 for Effective MySQL Management"

A privileged
user will of course see more choices in the Server view. The Server view panel was
created to group together related server management sub-pages and enable easy
navigation between them.
The default Server page is controlled by the $cfg['DefaultTabServer'] parameter.
This parameter defines the initial starting page as well. For multi-user installations, it
is recommended to keep the default value (main.php), which displays the traditional
home page. We could choose to display server statistics instead by changing this
parameter to server_status.php, or to see the users list with server_privileges.
php. Other possible choices are explained in the configuration file, and the server
administration pages are explained in Chapter 19.
Icons for Home Page and Menu Tabs
A configuration parameter, $cfg['MainPageIconic'], controls the appearance of
icons at various places on the right panel:
On the home page
At top of page when listing the Server, Database, and Table information
On the menu tabs in Database, Table, and Server views
This parameter is set to TRUE by default producing, for example:
We can also display menu items without tabs by setting the $cfg['LightTabs']
parameter to true, producing:
??? ??? ???
Chapter 3
[ 63 ]
Query Window
It is often convenient to have a distinct window in which we can type and refine
queries and which is synchronized with the right panel.


Pages:
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85