This is frustrating!
So we'll start again with what was working, namely:
- WAMP Version 3.3.7 - 64-bit
- Apache 2.4.62.1
- PHP 8.3.14
- MySQL 9.1.0
- MariaDB 11.5.2
To do this:
Since clicks do not seem to be working, open a command window "as administrator" and, using CD commands
CD /D C:\wamp64
go to:
C:\wamp64
- Type the following commands in succession:
net stop wampapache64
net stop wampmysqld64
net stop wampmariadb64
taskkill /F /IM wampmanager.exe
sc delete wampapache64
sc delete wampmysqld64
sc delete wampmariadb64
Check, via the services manager, that the wampapache64, wampmysqld64, and wampmariadb64 services no longer exist.
- If this is not the case, do not continue.
Rename C:\wamp64 to C:\wamp64_new, for example.
Rename C:\wamp64_old to C:\wamp64.
In a command window "as administrator," go to the Apache bin folder.
CD /D C:\wamp64\bin\apache\apache2.4.62.1\bin
- Create the service using the following commands:
httpd.exe -n wampapache64 -k install
sc config wampapache64 start=demand
Go to the mysql bin folder
CD /D C:\wamp64\bin\mysql\mysql9.1.0\bin
- Create the service using the command:
mysqld.exe --install-manual wampmysqld64
Go to the mariadb bin folder:
CD /D C:\wamp64\bin\mariadb\mariadb11.5.2\bin
- Create the service using the command:
mysqld.exe --install-manual wampmariadb64
The three services are now installed.
You can launch Wampserver and you will find your old version.
---------------------------------------------------------------
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addons