Preface When installing the executable file of a certain project, it prompted me to uninstall MySQL so that it could install MySQL itself. Then I disabled the MYSQL service. After deleting this folder, I found that it still prompted me to uninstall the MYSQL service. -------------------------------------------------------------------- To disable a service: Or right-click My Computer -> Manage -> Services and disable it manually. -------------------------------------------------------------------- After searching online, the following conclusions are drawn: 1. In cmd, enter sc delete mysql to delete the service. 2. However, the MYSQL service only shows a disabled status and is not actually cleaned up. 3. Delete related registry information Search regedit in the Win7 start menu bar to enter the registry editor (you can also open it by entering this command in cmd) Path 1: \HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\eventlog\Application\MySQL Path 1: \HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\services\eventlog\Application\MySQL Just delete the entire MySQL folder 4. The MySQL service has been completely cleared and the executable file can be installed. 5. Summary This method can solve the problem of failure to reinstall MySQL (caused by incomplete cleaning of the MySQL service before). 6. References 1.//www.jb51.net/article/52806.htm Summarize The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. You may also be interested in:
|
<<: Summary of two methods to implement vue printing function
>>: Tutorial on installing VMWare15.5 under Linux
HTML meta tag HTML meta tags can be used to provi...
Nginx is a high-performance website server and re...
All consecutive spaces or blank lines (newlines) ...
Preview knowledge points. Animation Frames Backgr...
js execution Lexical analysis phase: includes thr...
This article mainly explains how to use clearfix a...
1. First prepare the MySQL and Eclipse environmen...
This article shares the specific code of Vue+Webs...
Build a simulation environment: Operating system:...
Ubuntu 16.04 builds FTP server Install ftp Instal...
In the process of making web pages, it is inevita...
1. First check whether the system has mysql insta...
Table of contents 1. Realistic Background 2. Agre...
Table of contents 1. Overview 1.1 Usage of queryS...
1. After entering the container cat /etc/hosts It...