Completely delete MySQL steps

Completely delete MySQL steps

1. Stop MySQL Server first

Steps: This computer -> Management -> Services and Applications -> Services -> Find MySQL -> Stop

2. Uninstall MySQL Server

Steps: Start -> Settings -> Control Panel -> Programs and Features -> Find and uninstall all programs related to MySQL

2-1. Open the computer's control panel (shortcut key Win+R, enter control), click Uninstall a program in Programs and Features

2-2. Uninstall the MySQL application.

Uninstalled page

Or you can directly enter control panel in the search box on your computer. The steps are the same as above.

3. Delete the MySQL folder

step:

Find the path where MySQL was originally installed and delete the MySQL folder. Open the C drive -> find programDate (this is a hidden file) -> MySQL -> delete the MySQL folder (to prevent MySQL from having any data left)

3-1. I installed it on the C drive before, so I opened this computer, entered the C drive, found MySQL in program files and deleted it.

3-2. Because some people's computers will hide files, in order to completely delete MySQL, you must click to view hidden files on this computer. Enter program data, find MySQL and continue to delete.

4. Delete the registry

4-1. Open the registry (shortcut key: Win+R, enter regedit)

4-2. Find HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Eventlog\Application\MySQL

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Application\MySQL

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl001\Services\MySQL

The above has the same path as 002, 003, 004 and other related files. Just find the MySQL directory and delete it.

After completing these steps, MySQL is completely deleted. If you still need to check, you can check if there are any residual files in the C drive of your computer. (Optional)

This is the end of this article about the steps to completely delete MySQL. For more information about deleting MySQL, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • How to completely delete and uninstall MySQL in Windows 10
  • Completely uninstall mysql (stop service, uninstall related programs, delete registry

<<:  How to use html2canvas to convert HTML code into images

>>:  JavaScript method to delete or extract specified characters from a string (very commonly used)

Recommend

Springboot+Vue-Cropper realizes the effect of avatar cutting and uploading

Use the Vue-Cropper component to upload avatars. ...

Summary of methods for finding and deleting duplicate data in MySQL tables

Sometimes we save a lot of duplicate data in the ...

Implementation of Docker deployment of web projects

The previous article has installed the docker ser...

JavaScript to achieve the idea of ​​​​snake game

The implementation idea of ​​the javascript game ...

How to deploy DoNetCore to Alibaba Cloud with Nginx

Basic environment configuration Please purchase t...

Using CSS3 and JavaScript to develop web color picker example code

The web color picker function in this example use...

CSS to achieve single-select folding menu function

Don’t introduce a front-end UI framework unless i...

Detailed explanation of Vue-Jest automated testing basic configuration

Table of contents Install Configuration Common Mi...

How to add double quotes in HTML title

<a href="https://www.jb51.net/" titl...

A brief introduction to web2.0 products and functions

<br />What is web2.0? Web2.0 includes those ...

How to view the storage location of MySQL data files

We may have a question: After we install MySQL lo...

Implementation of Nginx Intranet Standalone Reverse Proxy

Table of contents 1 Nginx Installation 2 Configur...

Implementation process of row_number in MySQL

1. Background Generally, in a data warehouse envi...