Home > Database > Mysql Tutorial > body text

How to completely delete the mysql service?

青灯夜游
Release: 2019-05-23 18:56:15
Original
38535 people have browsed it

How to completely delete the mysql service?

Steps to completely delete the mysql service:

1. Close the mysql service

In cmd Enter the following command on the command line

net stop mysql
Copy after login

How to completely delete the mysql service?

or right-click on My Computer->Manage->Services and close it manually after entering.

2. Delete the MySQL service

In cmd, enter sc delete mysql to delete the service.

How to completely delete the mysql service?

But the MYSQL service only shows a disabled state and is not really cleaned up.

How to completely delete the mysql service?

3. Delete related registry information

Use [win R] to open the run interface, enter regedit, and enter the registry editor

How to completely delete the mysql service?

How to completely delete the mysql service?

Path 1:\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\eventlog\Application\MySQL

Path 1:\HKEY_LOCAL_MACHINE \SYSTEM\ControlSet002\services\eventlog\Application\MySQL

Delete the entire MySQL folder

How to completely delete the mysql service?

How to completely delete the mysql service?

This way The MySQL service is completely cleared!

The above is the detailed content of How to completely delete the mysql service?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template