|
-
Sep 27th, 2005, 06:00 PM
#1
Thread Starter
Hyperactive Member
Unregistering a Service
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?
Last edited by Disiance; Sep 27th, 2005 at 07:14 PM.
"I don't want to live alone until I'm married" - M.M.R.P
-
Sep 27th, 2005, 06:09 PM
#2
Re: Unregistering a Service
First, stop and disable the service. The fact that the service is running (if it's running) means that the DLLs are still there.
Open up REGEDIT, head over to HKLM/system/currentcontrolset/services
And look for your service. Navigate a bit there and look for some files which it may be referring to. Delete the registry key and delete those files, then reboot the machine.
I am not responsible if your computer explodes.
-
Sep 27th, 2005, 07:14 PM
#3
Thread Starter
Hyperactive Member
Re: Unregistering a Service
Thank you very much for the help.
"I don't want to live alone until I'm married" - M.M.R.P
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|