Wamp Server Error [Local Server - 2 of 3 Services Running]

Wamp Server Error [Local Server - 2 of 3 services running]

I got to this SOI=35670755 and executed this command

mysqld --initialize

inside (C:\wamp64\bin\mysql\mysql5.7.19\bin)

this fixed my issue.

If in case you still have issues refer to this post
Wamp Server Error [Local Server - 2 of 3 services running]

**Edit:

mysqld --initialize

may not be a great solution ,its kind of patch work.
It leads to issues with username and password.
The best way to install xampp is completely described in the following links

Wamp Server Error [Local Server - 2 of 3 services running]
&
Error While Logging into MYSQL

1 of 3 services running wamp 3.1.0....not 1 of 2...but 1 of 3...WTH

I got this same kind of problem, below are the following steps I took to get it done.

  1. Make sure firewall is not blocking apache app. goto control panel>allow an app through windows firewall>change settings>allow another app>browse this directory "C:\wamp\bin\apache\apache2.4.33\bin" and click on httpd.exe

  2. The default port for apache is 80 and its most time being occupied by another application(e.g Skype). so its important you set your apache to use another port. click on wamp icon on the system tray>apache>http.conf, then look for all the lines of code that include :80 (it should about three different lines), and change them to :8080 (or any number you prefer apart from :80)

  3. Once that is done, click on wamp icon on the system tray. The three services needed to run are the Apache Service, MySQL, and MariaDB service. click on each of them as follow

a. apache>service administration 'wampapache'>if start/resume service is
enabled, click it otherwise, click on install service first, and then
click start service

b. MySQL>service administration 'wampmysqld'>if start/resume service is
enabled, click it otherwise, click on install service first, and then
click start service

c. MariaDB>service administration 'wampmariadb'>if start/resume service is enabled, click it otherwise, click on install service first, and then click start service


  1. Lastly Restart all services. And there you go... Let me know if it helps. it solved it for me

WampServer not working after Windows reinstall

The 3 services are Apache(wampapache64) MySQL(wampmysqld64) and MariaDB('wampmariadb64') PHP is not run as a service in WAMPServer

First check the mysql error log in \wamp64\logs if that does not help

  • click the Wamp icon, then Apache > Service administration 'wampapache64' > Install Service.
  • Then again Wamp icon, then Apache > Service administration 'wampapache64' Start Service And finally Wamp icon > Restart All Services.

you can also do this :

Right-click on the WAMP icon, then Tools, then Create Wampserver Configuration Report (near the bottom). WAMP then opens and closes several cmd windows in generating the configuration report (wampConfReport.txt in the wamp directory).

Then again right-click on the WAMP icon, then Tools, then Wampserver Configuration Report. This will open the configuration report in your default text editor, and you can look through it to find what the problem is.

How do I make my wamp icon turn green?

Problem solved:
I downloaded the older version wampserver 2.1e - and bam, it works.
Note: during the installation process, the windows firewall popped up and asked me if I wanted to continue to block certain elements from apache http, I chose unblock, and bam it works! Now I wonder if that was the problem with 2.2e, if I needed to go into the firewall and something is blocking apache.

WAMPServer not working properly on Windows 10, "could not perform service action"

You should also check the HOSTS file. It comes empty I think in W10.

Make sure you have at least

127.0.0.1  localhost
::1 localhost

without '#` comments in column 1

Also you may well have inadvertantly installed IIS. MS seem to think this is a good idea lately. Check and if you are not using it, uninstall it.



Related Topics



Leave a reply



Submit