Prev | Current Page 75 | Next

Marc Delisle

"Mastering phpMyAdmin 2.11 for Effective MySQL Management"

These links refer to the exact point in the official MySQL documentation
to learn about a MySQL command. We can customize the location, language, and
manual type referred to, with the following configuration parameters:
$cfg['MySQLManualBase'] = 'http://www.mysql.com/doc/en';
$cfg['MySQLManualType'] = 'searchable';
You may take a look at http://www.mysql.com/documentation to see the
languages in which the manual is available and change the parameters accordingly.
For the manual type, the most up-to-date possible values are explained as comments
in config.inc.php. Users who prefer to keep a copy of this documentation on a
local server would specify a local link here.
The $cfg['ReplaceHelpImg'] parameter controls how the links are displayed. Its
default value of TRUE makes phpMyAdmin display small question-mark icons, and
FALSE shows Documentation links.
Summary
In this chapter, we covered the language selection system, the purpose of the left
and right panels, the contents of the left panel, including Light mode and Full
mode, and the contents of the right panel, with its various views depending on the
context. We also took a look at the Query window and the customization of MySQL
documentation links.
??? ???
First Steps
Database Creation
Having seen the overall layout of phpMyAdmin's panel, we are ready to create a
database and our first table, insert some data in it, and browse it.


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