Tutorials

:: phpMyAdmin : Enabe / Disable Root Login

:: 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

Hi, I’m Sysadmin.ID

Leave a Reply

Your email address will not be published. Required fields are marked *