Hello everyone. I have downloaded and uninstalled then installed mysql v4.1.7 I have also downloaded & clean installed phpMyAdmin 2.6.0-pl3 Even though I can login from mysql administrator I can not login from phpmyadmin. Both mysql 4.1.7win, php 5.0.2 & apache2 have utf8, utf-8 as default character sets. I get the "Wrong username/password. Access denied." error. Ýt keeps asking for my login name & passwd. I have made the following changes to Config.inc.php for phpmyadmin. $cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/'; $cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['port'] = ''; $cfg['Servers'][$i]['auth_type'] = 'http'; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = ''; I do get up to the login screen. But no further. What am I missing? Any clues? Should I downgrade to php 4.3.9??? Note: Php is fine since I can run the following code: <?php echo date("h:i:s a", time()); ?> in a web page. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php