Completely uninstall and clean up MySQL

How to completely uninstall and clean up MySQL

It is roughly divided into three steps:

1. Uninstall the software itself
2. Clear residual files
3. Clean up the registry

1. Step 1: Uninstall the software itself

2. Clear residual files

 

3. Clean up the registry

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


 

 

Guess you like

Origin blog.csdn.net/u012322399/article/details/124421153