当前位置:网站首页>Completely clean up MySQL win
Completely clean up MySQL win
2022-04-23 06:33:00 【xingsfdz】
Windows In the environment , Clean up completely mysql:
1. Uninstall the control panel program first ;
2. Delete the installation directory
3. Clean up the registry ( Use this step after the above two steps have not been cleaned up ):( notice mysql Just delete the folder or related )( Remember to restart after cleaning )
win+r function :regedit

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Eventlog\Application\MySQL
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\Eventlog\Application\MySQL
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\MySQL
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl001\Services\MYSQL
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl002\Services\MYSQL
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MYSQL
4. Check if there is any in the service mysql service , It means it has been cleaned :

版权声明
本文为[xingsfdz]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204210614267534.html
边栏推荐
- Type conversion in C #
- Export the articles written in CSDN to PDF format
- How SYSTEMd uses / etc / init D script
- 7-21日错题涉及知识点。
- [leetcode 401] binary Watch
- 几行代码教你爬取LOL皮肤图片
- 破解滑动验证码
- SQL sorts according to the specified content
- xlsxwriter.exceptions.FileCreateError: [Errno 13] Permission denied问题
- 1007 go running (hdu6808) in the fourth game of 2020 Hangzhou Electric Multi school competition
猜你喜欢

SQL -- data filtering and grouping

The most practical chrome plug-in

Export of data

从源代码到可执行文件的过程

Solution to the trial of ycu Blue Bridge Cup programming competition in 2021

List segmentation best practices

Kalman filter and inertial integrated navigation

Database - sorting data
![[leetcode 54] spiral matrix](/img/c0/9a55a62befb783a5bfc39dc3a96cb2.png)
[leetcode 54] spiral matrix

7-21日错题涉及知识点。
随机推荐
9.Life, the Universe, and Everything
进程间通信的方式
[leetcode 954] double pair array
Option的正确打开方式
Definition of C class and method
渔网道路密度计算
Rust 的 Box指针
Consistent hash algorithm used for redis cache load balancing
How to grow at work
8. Integer Decomposition
自动控制原理知识点整合归纳(韩敏版)
Programming training
Generate excel template (drop-down selection, multi-level linkage)
Type conversion in C #
7.Domino piling
11.a==b?
POI and easyexcel exercises
Rust:如何实现一个线程池?
Explanation of login page
[leetcode 19] delete the penultimate node of the linked list