WIndows Services 10

-1

Good afternoon guys, I have a problem with the Windows 10 SERVICE. I installed MySQL Server and WorkBench to work with BD and Modeling because the MySQL Server that I downloaded is not compatible with what I am using in the Faculty, there we used the 5.7 in college and which I downloaded was the 8.0, with that, I had to uninstall all the program to download what you 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 off my machine, I deleted it from the Registry Editor but now it gives this information up and continues in the Service.

    
asked by anonymous 09.10.2018 / 21:19

1 answer

1

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

sc delete 'service_name'

After that, install mySql in the correct version.

    
10.10.2018 / 17:12