no, do not change any authentication setting in the phpmyadmin config file. after you change your root users password, you need to restart apache and mysql for the new password settings to take effect. then you need to update the phpmyadmin config file to use your new password.
open config.inc.php file:
C:\wamp\phpmyadmin\config.inc.php
find:
$cfg['Servers'][$i]['password'] = '';
change it to:
$cfg['Servers'][$i]['password'] = 'Your_New_Password_Here';
Post Edited (06-09-06 18:51)
CyberSpatium----------------------WAMP Forum Admin
Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.