I am trying to password protect a PhpMyAdmin, and I followed some forum instructions that said do the following:
...
$cfg['PmaAbsoluteUri'] = '...
$cfg['blowfish_secret'] = 'some secret';
...
$cfg['Servers'][$i]['auth_type'] = 'cookie';
once I did this I get the welcome to php login box but I don't know what username and password to enter.
in the config.inc.php file in any fields that I try putting in a username and a password it does not work.
I get the error:
#1045 - Access denied for user: 'testuserforexample@localhost' (Using password: YES)
Where do I assign the sername and password?
...
$cfg['PmaAbsoluteUri'] = '...
$cfg['blowfish_secret'] = 'some secret';
...
$cfg['Servers'][$i]['auth_type'] = 'cookie';
once I did this I get the welcome to php login box but I don't know what username and password to enter.
in the config.inc.php file in any fields that I try putting in a username and a password it does not work.
I get the error:
#1045 - Access denied for user: 'testuserforexample@localhost' (Using password: YES)
Where do I assign the sername and password?