Services of Windows 10

Asked

Viewed 380 times

0

Good afternoon guys, I’m having a problem with the Windows 10 SERVICE. I installed Mysql Server and Workbench to work with BD and Modeling however Mysql Server I downloaded is not compatible with what I am using in college, there we use 5.7 in college and which I downloaded was 8.0, so I needed to uninstall the whole program to download what I wanted(5.7) but in the Windows Service it continues with the following information:

Mysql80: failed to read description. Error code:2

How do I get the server completely out of my machine, I already deleted it from the Registry Editor but now it gives that information up and continues in the Service.

  • have you tried to remove the service? And another, da para instalar mais de um instância do mysql

  • I tried yes and I could not, apparently it is not activating in the background. I know yes but when I tried to download the 5.7 it was error in the process.

  • Have you tried this 'sc delete service_name'? Remember, in a prompt opened as Adm

  • C: Windows system32>sc delete service_MySQL80 [SC] Openservice FAILED 1060: The specified service does not exist as installed service. C: Windows system32> ??

  • Open the services and check his name. if you do not find it then it is pq it was deleted, if found, from a right button and copy the name field of the service. )

  • This should help: http://www.dicasparacomputador.com/como-remover-servicos-windows

  • It worked, thank you

Show 2 more comments

1 answer

1


Remove the windows service. To do so, open a prompt as administrator and run the command:

sc delete 'service_name'

replacing 'service_name' by the exact name of the service you want to remove, in your case, 'Mysql80'.

After that, install mysql in the correct version.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.