Completely uninstall mysql. Personal test!

Completely uninstall mysql. Personal test!

Cleanly uninstall MySQL. Personally tested, this time it finally worked!

1. Uninstall MySQL software in the control panel

2. After uninstallation, delete all remaining files in the directory C:\Program Files (x86)\MySQL and delete the mysql folder.

3. Run the "regedit" file with windows+R to open the registry

4. Delete the registry: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Eventlog\Application\MySQL folder

5. Delete the HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\Eventlog\Application\MySQL folder. If it doesn’t exist, you don’t need to delete it. I didn’t delete it because I didn’t have it.

6. Delete all files in C:\ProgramData\MySQL under drive C. If you cannot delete them, use 360 ​​to shred them. The programData file is hidden by default and can be seen after setting it to be displayed.

7. The key! ! ! ! Delete the folders under C:\Documents and Settings\All Users\Application Data\MySQL. Be sure to delete them.

It is best to restart your computer and reinstall it.

Wonderful topic sharing:

MySQL different versions installation tutorial

MySQL 5.7 installation tutorials for various versions

MySQL 5.6 installation tutorials for various versions

mysql8.0 installation tutorials for various versions

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • Completely uninstall mysql (stop service, uninstall related programs, delete registry
  • Detailed explanation of completely uninstalling mysql under Linux
  • How to install and uninstall MySQL 5.7.11 on Mac
  • How to completely uninstall MySQL
  • Tips for completely uninstalling mysql service
  • Installation and uninstallation of MySQL 5.7 decompressed version and summary of common problems
  • Complete steps for uninstalling MySQL database
  • How to uninstall MySQL cleanly (tested and effective)

<<:  Detailed explanation of the three major front-end technologies of React, Angular and Vue

>>:  Tutorial on installing Seurat2 and Seurat3 simultaneously using the same version of R in Linux

Recommend

JavaScript to achieve slow motion animation effect

This article shares the specific code for JavaScr...

Detailed explanation of Vue's SSR server-side rendering example

Why use Server-Side Rendering (SSR) Better SEO, s...

How to use native JS to implement touch sliding monitoring events

Preface I wrote a small demo today. There is a pa...

Vuex modularization and namespaced example demonstration

1. Purpose: Make the code easier to maintain and ...

Teach you how to implement Vue3 Reactivity

Table of contents Preface start A little thought ...

Introducing icons by implementing custom components based on Vue

Preface In project development, there are many wa...

Detailed explanation of Json format

Table of contents A JSON is built on two structur...

How to let DOSBox automatically execute commands after startup

Using DOSBox, you can simulate DOS under Windows ...

How to implement responsiveness in Vue source code learning

Table of contents Preface 1. Key Elements of a Re...

vue3 custom directive details

Table of contents 1. Registering custom instructi...

React+Antd implements an example of adding, deleting and modifying tables

Table of contents Table/index.js Table/model/inde...

Docker builds jenkins+maven code building and deployment platform

Table of contents Docker Basic Concepts Docker in...

The difference and use of json.stringify() and json.parse()

1. Differences between JSON.stringify() and JSON....