While attempting to set up my server again I accidentally installed the wrong version of MySQL, in doing so it registered the MySQL server as a Windows Service, but it didn't unregister it in the uninstall. So now since there's already a MySQL service Windows won't let the correct MySQL version install as a service, and that's preventing me from running MySQL...
So my question is: How does one manually uninstall a Windows Service?




Reply With Quote