“windows service for the name MySQL already exists”
When I try to re-install MySQL server in windows , the following popup is displayed.”Windows service for the name MySQL already exists”.How to remove MySQL service name which is already there in my pc.
To permanently remove the old mysql service, execute the following command , on the command-line:
C:\> sc delete mysql
[SC] DeleteService SUCCESS
Then Reboot the pc.
Was this answer helpful?
LikeDislike