Configure name to display in phpMyAdmin server choice

To configure the name displayed on the phpMyAdmin database login page for the server choice dropdown list set the ‘verbose’ property for the server in config.inc.php, e.g.:

$cfg['Servers'][$i]['verbose'] = 'Name to display...';