I have recently been testing php files for a class. I've been using WampServer to test my code. The last time I used WampServer (about a year ago) I was able to have it fully functional with the green emblem appearing when running. After an update, the MySql Process had been the only process out of the 3 to stop working causing the Yellow/Orange emblem to appear.
I was able to run and test my code but ran into issues when starting to implement database features into the program. After searching online and trying different things, I decided it was best to just reinstall the program. With a clean install, things might get all things working again.
After going to the windows control panel and uninstalling WampServer, I received a message stating not all files could be removed and that I could later manually remove them.
In my computers root folder system C:\wamp64 the folder wamp64 is still there with most of the inside files being removed. All that is left is a bin file with two folders mariadb and mysql. Inside the mysql folder are 2 exe files mysql.exe and mysqlid.exe. When ever I try to delete any of these from the file explorer i get a pop up saying "The action cant be completed because the folder or a file in it is open in another program."
I have wampserver uninstalled at this point. So I dont know what can be using these processes. Im assuming it might be another program relating to MySql (but thats just a hunch an can be completely wrong).
I've opened taskmanager and cant find anything related to the files.
Ive tried to reinstall wampserver but these files are not replaced when wamperser is reinstalled and I am having the same mysql issues as before.
Ive once again uninstalled wampserver and have the same C:\wamp64\bin folder not deleted.
If anyone as any had any similar issues and solved this please let me know what you did to resolve the issues.