WebsiteKnowledge Base

Configuring your own phpMyAdmin

If you should choose to configure your own installation of phpMyAdmin rather than use the centrally provided installation, which is linked from the MySQL Users page in the Account Manager, we request that you use the following options in your config.inc.php file:

$cfg['Servers'][$i]['ShowDatabasesCommand'] = 'SELECT DISTINCT TABLE_SCHEMA FROM information_schema.SCHEMA_PRIVILEGES';
$cfg['Servers'][$i]['DisableIS'] = true;