Solution: 1. Run the cmd command window as an administrator; 2. Right-click My Computer->Manage->Service->Find the mysql service to be deleted->Right-click Properties, copy Service name; 3. In the cmd command window, execute the command "sc delete service name" and wait for the success prompt to delete the mysql service.
(Recommended tutorial: mysql video tutorial)
Delete mysql service failed, unable Solution to deleting the service
1. Enter cmd->run as administrator
# in the Cortana input box of the computer.
##3 .Enter the command sc delete service name as follows:
#4. After inputting, it will prompt success. Then re-enter the service or refresh and you will see that the service is no longer there.
For more programming-related knowledge, please visit:
Programming Learning WebsiteThe above is the detailed content of What should I do if I fail to delete the mysql service?. For more information, please follow other related articles on the PHP Chinese website!