Method to delete MySQL registry information: 1. Press [win r] to open [Run], enter regedit in [Run] to enter the registry; 2. Delete all related MySQL directories in the registry; 3. Restart the computer.
Steps to completely delete MySQL registry information:
1. Press [win r] to open "Run" , type regedit in "Run" to enter the registry.
2. Delete the registry information
Via the following path:
Path 1: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\eventlog\Application\MySQL
Path 2: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\services\eventlog\Application\MySQL
Path 3: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Application\MySQL (I didn’t find it when I uninstalled it, but I still achieved the purpose of completely uninstalling it after skipping it.)
Delete the entire MySQL folder
3. Restart the computer
That’s it Reinstall MySQL!
Related learning recommendations:mysql tutorial(video)
The above is the detailed content of How to delete MySQL registry?. For more information, please follow other related articles on the PHP Chinese website!