JetHost Logo
AMHosting is now part of the JetHost family!
AMHosting has joined JetHost to bring you faster infrastructure, enhanced security, and modern tools - backed by a team with 25+ years of hosting experience.
Read the full story here in the official blog post.

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;