After uninstalling MySQL from my computer, I found that the service still remained.
Later on, I found that we can manually remove it.
To do it, follow these simple steps.
- Navigate to Start button -> All Programs -> Accessories ->Command Prompt. Right click on Command Prompt and select ‘Run as administrator’.
- Type
sc delete mysql
and press Enter. Voila! The service is now removed.