Posted by:
McGuffin
(---.pppoe-dynamic.nl.aliant.net)
Solved using this post:
[
forum.wampserver.com]
Go into wamp\phpmyadmin\config.inc.php
And change the value on Line 73 to whatever you want your password to be.
Launch your MySQL command prompt and enter the following:
SET PASSWORD FOR 'root'@'localhost'=PASSWORD('new_password');
And you should be golden from there.
I apologize for making the post, I should have searched more extensively before asking for help.