User Login

Call us today!

877.393.4678

Talk to us. Launch Live Chat.

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 Manager 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;