:: How to enable root login in phpMyAdmin
vi config.inc.php
on /* Authentication type */ add this line:
$cfg['Servers'][$i]['AllowRoot'] = TRUE;
:: How to disable root login in phpMyAdmin
vi config.inc.php
on /* Authentication type */ add this line:
$cfg['Servers'][$i]['AllowRoot'] = FALSE;
:: Links
+ Google
+ MikeRoberto