Results 1 to 3 of 3

Thread: Unregistering a Service

  1. #1

    Thread Starter
    Hyperactive Member Disiance's Avatar
    Join Date
    Sep 2004
    Location
    Denver, CO
    Posts
    439

    Resolved 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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  3. #3

    Thread Starter
    Hyperactive Member Disiance's Avatar
    Join Date
    Sep 2004
    Location
    Denver, CO
    Posts
    439

    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
  •  



Click Here to Expand Forum to Full Width