I have sucessfully setup wamp5_1.4.3 in my computer . when I open http://localhost/phpmyadmin/ I have seen following error message . Mysql said ? #2003-can not connect to mysql server on 'localhost'(10061) please try to give the reason of above message.
Probably its because apache and my sql server services have not started yet...possible because either you have set them to manual...or otherwise...If the installation was alright then try this:- open run -> services.msc search for apache and my sql services....right click --> start
You can type this command in command line on your computer telnet localhost 3306 If nothing will happen and you just see sign "Connecting to locahost..." - this means that MySQL server was not run on your computer.