I am using phpMyAdmin 2.2.6 and put it into my localhost directory.
When I open http://myip/phpMyAdmin/index.php, there is no "pop" window to request username and password. I've set the following things
$cfgServers[1]['auth_type']='http';
$cfgServers[1]['user']='martin';
$cfgServers[1]['password']='123456';
Did I set wrongly? or something missing??
thank you...