Re: WAMP mysql error
Posted by:
Nathalie Brooke
(---.dsl.pipex.com)
Date: February 24, 2006 01:06PM
Dear Tom...
Just had the same problem and looking for an answer on this forum, I found your message was not been answered yet.
It got solved when I entered the correct root password in the
phpmyadmin/config.inc.php file
look for line
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = 'PutYourPasswordHere';
My test web pages still don't work but at least I have a response from the Wamp home page. (which is satisfying at this very moment!)
Take care,. Hope that helps/
Nathalie