After you go to "Control Panel-management tools-services" to check whether MYSQL has been uninstalled, the MYSQL service remains in the system service. I don't want to change the service name. What should I do. After a hundred-degree search, you can just enter a one-hop command in CMD to delete the service: scdeletemysql. mysql here is the name of the service you want to delete.
After you go to "Control Panel-management tools-services" to check whether MYSQL has been uninstalled, the MYSQL service remains in the system service. I don't want to change the service name. What should I do. After a hundred-degree search, you can enter a one-hop command in CMD to delete the service: SC delete mysql // here, mysql is the service name you want to delete.
Go to "Control Panel-> Administrative Tools-> Services" to check that, although MYSQL has been uninstalled, the MYSQL service remains in the system service.
I don't want to change the service name. What should I do.
Later, Baidu search found that the service can be deleted by entering a one-hop command in CMD:
SC delete mysql // here mysql is the service name you want to delete
In this way, the service is deleted and the mysql service does not exist in the service. OK, reinstall the database.
After you delete MYSQL, delete the C: \ ProgramData \ MySQL folder to delete it.