Page 1 of 1

Uninstalling XAMPP

PostPosted: 02. April 2011 08:09
by cliveprice
I installed using the Windows installer and followed instructions to use the uninstaller to remove XAMPP as it wasn't working for me.

The uninstaller ran and all dialogue boxes answered affirmatively to remove all traces - but it hasn't it has left a folder and files on the hard drive I can't remove as it tells me that the programme is running. This is xampp/mysql/bin/mysqld.exe.

I have been left with services that continue to run (Mysql) which I cannot uninstall.

I have stopped these services and disabled them from running in Windows through Task Manager but they continue to want to start and run and are preventing their deletion.

I would have expected "uninstall" to do exactly that - not leave processes running on my PC.

Is there a solution to this?

Re: Uninstalling XAMPP

PostPosted: 02. April 2011 14:44
by Sharley
Try this:
Go to
start>Run...
type
cmd.exe
Click OK
type
sc delete mysql
Click Enter

If the mysql service is installed then this should delete the mysql service and allow you to now delete the xampp folder.

You could also run the mysql_uninstallservice.bat from the \xampp\mysql folder to uninstall the mysql service, then try and remove the xampp folder.

Re: Uninstalling XAMPP

PostPosted: 04. April 2011 14:47
by cliveprice
Thanks Sharley, but this didn't work. I ran the routine from cmd.exe and i got a failure message code 5.

I have no batch file in XAMPP. Al l that is left following the running of the Windows uninstaller is a folder as follows:

XAMPP/mysql/bin/mysqld.exe

I cannot remove these folders or files as Windows 7 tells me that this process is running and cannot be deleted.

Any other ideas. I have to say this is a real pet hate of mine (uninstallers that don't work and leave files all over the place) - I just wanted to try Joomla, not to have to go through all of this nonsense!

Thanks

Clive

Re: Uninstalling XAMPP

PostPosted: 04. April 2011 16:59
by WilliL
start taskmanager and look for: "sqlservr.exe"
kill this job and try deleting again.