WAMP server not showing green online notification!!

Asked By 0 points N/A Posted on -
qa-featured

 

unable to connect  with my WAMP server. not showing green online notification? How can I get online?

SHARE
Best Answer by CapeSteve
Best Answer
Best Answer
Answered By 15 points N/A #125093

WAMP server not showing green online notification!!

qa-featured

Sometimes other application programs, running in the system do not support wamp server port address such as skype. If you try to get online after closing all programs, this will definitely work.

The either way is change the port address of wamp server.

Search the folder ‘wamp’ and open it. Go for Wampbinapacheapache2.2.1conf. open “httpd.conf” in notepad. Find port80 by pressing F3 and change it by port 8081. Save it and close it.

Now back to the folder wamp open wampmanager.tpl in notepad. Do correcthttp:// localhost by localhost:8081, localhost:8081//phpmyadmin and localhost:8081//sqlitemanager/ save it and close it.

Open wamp server and you see the icon below in the taskbar. This may be in orange color indicating offline.

 Click it and there are options go to ‘start all services’. You will get online hopefully.

Answered By 0 points N/A #197997

WAMP server not showing green online notification!!

qa-featured

Hi,

If you already checked and confirmed that the port 80 is used by Apache.

Perhaps, the MySQL is not working correctly. If you already tried to

install MySQL before, you have to:

1. Search for my.ini file and delete all occurrences excluding for those that exist in the ‘C: \wamp’ folder or subfolders.

2. Also check Windows Services, and look for ‘wampmysql’ and ‘wampapache’.

3. Uninstall all the other services using this command on your cmd prompt: sc delete <SERVICE NAME>. 

I hope this will help you to solve your problem.

Regards,

Martine Paul

Related Questions