phpMyAdmin 1.1.x- Documentation

http://www.htmlwizard.net/phpMyAdmin/

Version history: see file ChangeLog
Install Instructions: see file INSTALL
General notes: see file README

Configuration

All configurable data is placed in config.inc. This file is included in header.inc (which means in every file).

$hostname string
The hostname of your MySQL-server. E.g. localhost.

$user string
$password string
The user/password-pair which phpMyAdmin will use to connect to the MySQL-server specified with $hostname.

$persistent_connections boolean
Whether persistent connections should be used or not (mysql_connect or mysql_pconnect).

$mysqladmin string
Path to mysqladmin. Used to reload MySQL.

$column_types array
All possible types of a MySQL column. This list should be easy to expand for future versions of MySQL.

$confirm boolean
Whether a warning ("Are your really sure..") should be displayed when you're about to drop a field, table or database.

$max_rows integer
Number of rows displayed when browsing a table. If the table contains more rows, Previous/Next links will be shown.

$bgcolor_one char
The color (HTML) #1 for table rows.

$bgcolor_two char
The color (HTML) #2 for table rows.

To be expanded.