Minimal PhpMyAdmin new server config
November 24th, 2008
No comments
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’;
Categories: Linux, PhpMyAdmin
Recent Comments