Category Archives: PhpMyAdmin

Minimal PhpMyAdmin new server config

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

Posted in Linux, PhpMyAdmin | Leave a comment