cannot create windows service for mysql. error:0
An error occurred during installation:
cannot create windows service for mysql. error:0
Solution:
Use the SC program of windows to delete the MySQL service.
C:> sc delete mysql
[SC] DeleteService SUCCESS
Then reuse the MySQL configuration wizard.