matthijs166
7/16/2018 - 6:04 PM

phpmyadmin disable root

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;