config.default.php

From PmaWiki

Jump to: navigation, search

./libraries/config.default.php is the name of the phpMyAdmin configuration file with default values. Do not edit this file directly, instead create a file ./config.inc.php. Be aware that some distros ship with a modified config.default.php file, e.g., until recently gentoo set $cfg['Servers'][$i]['controluser'] = 'pma'; and maybe more.

phpMyAdmin first loads the distribution defaults from this file, then over-rides those values with anything occuring in ./config.inc.php. If any value does not appear in config.inc.php, the default is used. See the Quick Install page for more information on creating a config.inc.php.

Advertisement