Mysql-- install server error: can not create windows service

  1. The final step in the installation, when you click "execute" button, an error can not create windows service for mysql.error: 0

     
  2. Solution:

    Find "MyComputer" on the desktop, right click and choose "Manage", then select "Service and Applications", then select "services", find "MySQL" service:

     
  3. Right "Stop" after this service. Administrator, open cmd:
     
  4. Enter the command: sc delete mysql

    This command is to delete the "MySQL" service. Refresh "services" list, check the "MySQL" service has been removed, you can see really gone.

     
  5. In the "MySQL" installation interface, select the "back" button, then select again "next" button and then do "execute" button, the error does not occur, the problem is solved.

Guess you like

Origin www.cnblogs.com/nana-qiu/p/11766403.html