Wednesday, December 18, 2013

phpMyAdmin default password

Question:
I have done a fresh installation of Fedora 14 and installed the phpMyAdmin Module. When I run the phpMyAdmin, it asks me for username and password.
Please tell me what is the default username and password for phpMyAdmin.

Answer:
Not sure if this is the right time to post it. But, I just installed Fedora 16 (yea, I know its old and not supported but, I had the cd burnt :) )
Anyways, coming to the solution, this is what I was required to do:
su -
gedit /etc/phpMyAdmin/config.inc.php
Locate
$cfg['Servers'][$i]['AllowNoPassword']
and set it to:
$cfg['Servers'][$i]['AllowNoPassword'] = TRUE;
Save it.

Once you log in (without a password), you can reset your new password.

No comments:

Post a Comment