MySQL Forums
Forum List  »  Install & Repo

Re: Need To Get "Localhost" Back.
Posted by: Barry Galbraith
Date: April 07, 2014 09:22PM

>net
Oops. My bad.


To control/configure services you use sc

C:\Users\barry>sc query mysql56

SERVICE_NAME: mysql56
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 4  RUNNING
                                (STOPPABLE, PAUSABLE, ACCEPTS_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0

Find the service name(s) with Start | Run "services.msc"
You can delete mysql56 service with
>sc delete mysql56

Good luck,
Barry.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.