Preface This article introduces a tutorial on how to completely delete and uninstall MySQL under Windows 10 system. It is shared for your reference and learning. Let’s take a look at the detailed introduction below. Here’s how: 1》Stop the mysql service Start -> All Applications -> Windows Management Tools -> Services, and stop the MySQL service. 2》Uninstall MySQL server Control Panel\All Control Panel Items\Programs and Features, uninstall MySQL Server. 3. Delete the MySQL folder in the MySQL installation directory (my installation directory is C:\Program Files (x86)\MySQL) 4》Run the "regedit" file to open the registry.
If there is no corresponding folder, there is no need to delete it. 5》Delete the "C:\ProgramData\MySQL" folder in the C drive. If you cannot delete it, use 360 to smash it. 6》Start -> All Apps -> Windows Management Tools -> Services If MySQL has been uninstalled, but you can check through "Start -> All Apps -> Windows Administrative Tools -> Services" that the MySQL service still remains in the system services. I don't want to change the service name, what should I do? Just enter a command in CMD to delete the service: sc delete mysql //Here mysql is the service name you want to delete This will delete the service. Then, you can reinstall the MySQL database! ! ! Summarize The above is the full content of this article. I hope that the content of this article can bring some help to your study or work. If you have any questions, you can leave a message to communicate. Thank you for your support of 123WORDPRESS.COM. You may also be interested in:
|
<<: How to configure https for nginx in docker
Table of contents Problem description: Cause Anal...
<br />Yesterday I saw at W3C that the new HT...
What does text-fill-color mean? Just from the lit...
Today, there is such a requirement. If the logged...
When using MySQL database, you often encounter su...
Recently, I have a project that requires using ifr...
XML is designed to describe, store, transmit and ...
Table of contents 1. Shared CommonModule 2. Share...
Preface In the process of writing code, we will i...
This article introduces how to install the system...
A frame is a web page screen divided into several ...
1. All tags must have a corresponding end tag Prev...
Often when we open foreign websites, garbled char...
Why do I want to organize the content in this area...
Preface I need to add a synchronized scrolling fe...