Support Forums
Just fudged WAMP server ;/ - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Web Server Support and Setup Help (https://www.supportforums.net/forumdisplay.php?fid=37)
+---- Thread: Just fudged WAMP server ;/ (/showthread.php?tid=25779)



Just fudged WAMP server ;/ - Kewlz - 03-28-2012

I downloaded WAMP server for practicing PHP.
First it started giving no password for "root" user error.

Then I tried editing the password in Privileges then it got fudged lol.

I'm getting weird ass errors lol. :/


Code:
Error

MySQL said: Documentation
#1045 - Access denied for user 'root'@'localhost' (using password: NO)


phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.



RE: Just fudged WAMP server ;/ - DAMINK™ - 03-28-2012

Undo the edits to the privilages and restart.
It appears your trying to connect to a database.
If your not using one turn it off entirely?


RE: Just fudged WAMP server ;/ - Kewlz - 03-28-2012

Now I can't connect to PHPMyadmin, it gives me error.

I tried uninstalling Wamp and installed it again still same error.


RE: Just fudged WAMP server ;/ - DAMINK™ - 03-28-2012

If your going to run phpmyadmin i thought under wamp default you could access it without a password?
This seems to be the problem. If you do reinstall just make sure you delete all old files and perhaps even registry entries then reinstall.
Cant remember now but i used to use a different setup to wamp for my windblows home server.
Oh thats right i just ran linux Smile




RE: Just fudged WAMP server ;/ - Kewlz - 03-28-2012

Oh yeah, registry must be the problem.
I need to find out where can I find Wamp's registry Tongue


RE: Just fudged WAMP server ;/ - DAMINK™ - 03-28-2012

start/run/regedit and search for it mate.
I cant remember where it was and am not gunna install to check but should be easy to find.



RE: Just fudged WAMP server ;/ - Kewlz - 03-28-2012

[Fixed the issue]

Thanks for help.