This article mainly summarizes various problems of unclean uninstallation when reinstalling MySQL. I hope it will be helpful to you. If you have any questions, you can leave a message to communicate. It mainly introduces the specific steps of completely uninstalling MySQL: including stopping the service, uninstalling related programs, deleting the registry, etc. 1. Stop MySQL service 2. Uninstall MySQL related programs Step 1: This time it is a win10 system environment; click on the lower left corner: Start -> All Apps -> All recent applications pop up, select MySQL, right-click and click Uninstall, and you will jump to the control panel. As shown in step 2 Step 2: Go to Figure 1 or Windows key + R-->Control-->Programs and Features; right-click all MySQL programs to uninstall Step 3: My installation directory is in the C drive. First open C:\Program Files and delete the MySQL folder step4: Open the hidden file ProgramData folder and delete the following MySQL files 3. Uninstall MySQL related registry, this is also a pit where reinstallation fails step1: Windows+R-->regedit-->Open the registry step2: Open and delete according to the path: HKEY_LOCAL_MACHINE/SYSTEM/ControlSet001/Services/Eventlog/Applications/MySQL Alternatively, press F3 or Ctrl+F to open the search box, enter MySQL, and focus on the computer. Another important step is to delete the Connector Net XXX registry. Many of the reasons for failure are also in this registry. Step 3: Delete the found MySQL registry directly 4. After completing the above 3 steps, you can reinstall the database You may also be interested in:
|
<<: nginx automatically generates configuration files in docker container
>>: A brief comparison of Props in React
Here is how to install Tomcat-8.5.39 on centos7.6...
background Recently, I executed a DML statement d...
Preface Many years ago, I was a newbie on the ser...
Six steps to install MySQL (only the installation...
I found a lot of websites that use drop-down or sl...
Table of contents The origin of JSBridge The bidi...
Preface This article mainly introduces the use an...
Preface Only Innodb and MyISAM storage engines ca...
1. Install ffmpeg under centos linux 1. Download ...
1. Download the repository image docker pull regi...
question: My blog encoding is utf-8. Sometimes whe...
A Thorough Analysis of HTML (14) Special Characte...
While working on a Linux server, assigning static...
Preface This article mainly shares with you an ex...
This article example shares the specific code of ...