First Install wamp server.
At the final screen of wamp server installation uncheck the run wamp server checkbox and click finish.
then follow the steps.
1. Go to C:\wamp\bin\apache\Apache2.2.17\conf
2. Open the httpd.conf with wordpad
3. Edit the line "Listen 80" to "Listen 127.0.0.1:8066" (Or any other port no.)
4. Change "ServerName localhost:80" to "ServerName localhost:8066"
5. Save the file.
6. Start the wamp server.
7. Go to "http://localhost:8066/phpmyadmin/" rather than "http://localhost/phpmyadmin/"
and you are done. 
|