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