I have WAMP server installed for some time now and it has always asked me for my username and password whenever I load phpMyAdmin from the WAMP control panel. Recently, I changed the $cfg['Servers'][$i]['password'] = ''; in the config.inc.php to $cfg['Servers'][$i]['password'] = 'NO'; in the hope that it fixed a database connection problem I was having (it didn't btw) so I tried to change it back by removing the 'NO' but once I did that whenever I load up phpMyAdmin, it automatically logins me in bypassing the login page. How do I fix it where it starts asking me again for my login details?
Thanks in advance!
Change/add this parameter in
config.inc.phpto use cookie, then phpMyAdmin will throw you a login dialogThen this line shoiuld not be set to
'NO'as this is the field that could contain the hardcoded passwordMaybe you ment to change
to