I have given root a password in MySQL, but now phpMyAdmin says "access denied".
I've put the following line in config.sample.inc.php:
$cfg['Servers'][$i]['password'] = 'password_goes_here';
but it doesn't seem to make any difference.
How do I get phpMyAdmin to recognise my root password?
Thanks.