Are you talking about these two variables:
$cfg['Servers'][$i]['user'] = 'mysqlusername'; // MySQL user
$cfg['Servers'][$i]['password'] = 'mysqlpassword'; // MySQL password (only needed
If so, I already have them set to something else.
So, if I understand this correctly, when I want to go to my phpMyAdmin folder, I would go to the URL, then the htaccess login box would pop up. I type my htaccess username/password, then phpMyAdmin would challenge me to get my database username/password. Once I entered that info in, I would be allowed to work within phpMyAdmin.
Do you know how the 'cookie' setting works? Is it more secure?