Quote:Could not connect: Access denied for user 'root'@'localhost' (using password: YES)
This error is from
Code:
mysql_connect("localhost", "root", "dog")
I'm not using the password "YES". Anyone know what's up?
This is from the config.inc.php
Code:
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'dog';
$cfg['Servers'][$i]['AllowNoPassword'] = true;