Prev | Current Page 65 | Next

Marc Delisle

"Mastering phpMyAdmin 2.11 for Effective MySQL Management"

(The pointer appears when we are using the
Full mode, discussed shortly.) To activate the left pointer for any theme being used, a
master setting, $cfg['LeftPointerEnable'], exists in config.inc.php. Its default
value is TRUE.
Logo Configuration
The logo display behavior is controlled by a number of parameters. First,
$cfg['LeftDisplayLogo'] has to be set to TRUE to enable any displaying of the
logo??”it is true by default. A click on this logo brings the interface to the page listed
in the $cfg['LeftLogoLink'] parameter, which is usually the main phpMyAdmin
page (default value main.php), but can be any URL. Finally, the $cfg['LeftLogoLin
kWindow'] parameter indicates in which window the new page appears after a click
on the logo. By default, it's on the main page (value main) but it could be on a brandnew
window by using the value new.
The logo image itself comes from the logo_left.png file, which is located in each
specific theme directory structure.
Database and Table List
The following examples show that no database has been chosen from the
drop-down menu:
Chapter 3
[ 51 ]
It is also possible to see the following screen:
This means that our current MySQL rights do not allow us to see any existing
databases.
A MySQL server always has at least one database (named mysql), but in
this case, we do not have the right to see it.


Pages:
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77