phpmyadmin no root login
In /etc/phpmyadmin/config.inc.php,
look for the following line and make sure the AllowRoot directive is set to FALSE:
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['AllowRoot'] = false;