Besides the boilerplate at the top, here’s the least you need to add another database server to the dropdown list in PhpMyAdmin:
$i++;
$cfg['Servers'][$i]['auth_type'] = ‘cookie’;
$cfg['Servers'][$i]['host'] = ‘my.host.com’;
Besides the boilerplate at the top, here’s the least you need to add another database server to the dropdown list in PhpMyAdmin:
$i++;
$cfg['Servers'][$i]['auth_type'] = ‘cookie’;
$cfg['Servers'][$i]['host'] = ‘my.host.com’;