Question:
problem in WAMP SERVER?
2010-08-18 23:05:55 UTC
well i m facing problem in my WAMP SERVER . .

i had installed my wamp server previously .. it was b4 4 months .. it was working so perfectly with MYSQL WORKING perfectly with all that ..

but suddenly i dont know whts happening now .. when i try to open "http://localhost/phpmyadmin/" PHPMYADMIN in which mySQL files are there .. the page is not opening .. when i go to "http://localhost/phpmyadmin/" its opening as a blank page and i can not see or do anything .. i dont know suddenly wht happend to my WAMP SERVER ..

i also uninstalled it and reinstalled it .. but the same thing happening .. please help me out ..

mitt
Three answers:
Nigel
2010-08-19 01:26:05 UTC
It could just be a conflict with the ports Apache is listening on - if I remember correctly - type netstat -a in at a command prompt and you should be able to see if anything is listening on that port. If you check the settings on netstat you can get it to display what is listening on a port.

If you find that something else is using port 80 - you can reconfigure Apache to use another port ( a quick look gives http://www.apachefriends.org/f/viewtopic.php?t=20376 as a solution ). You'll then have to use http://localhost:nn/phpmyadmin ( with the nn being the port number you've changed it to.

If you have another web server running - you could turn it off - but that will stop something else working which means you've moved the problem rather than solved it.
?
2016-10-26 01:45:48 UTC
the wamp server will be conflicting with antivirus firewall or the IIS , if u have put in, if u have put in IIS then turn it off by clicking on administration panel-> admin device -> IIS conf --> supply up
spyveb
2010-08-19 00:28:03 UTC
the wamp server may be conflicting with antivirus firewall or the IIS , if u have installed,

if u have installed IIS then turn it off by clicking on Control panel-> admin tool -> IIS conf --> stop


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...