Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to uninstall the compressed version of mysql

2025-04-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how to uninstall the compressed version of mysql for you. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.

To uninstall the compressed version of mysql:

1. Shut down the MySQL service

Run cmd as an administrator and execute the following command:

Net stop mysql

Or right-click my computer, manage-- Service-- stop MySQL

2. Delete the service

Mysqld-remove [service name]

3. Delete the MySQL file

Delete the local MySQL file below.

4. Delete registry information

Start-> run-> regedit, enter the registry

Delete the following places in the registry:

①, HEKY_LOCAL_MACHINE\ SOFTWARE\ MYSQL

②, 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

The ControlSet001 and ControlSet002 in the registry are not necessarily 001 and 002, but may be ControlSet005, 006 and so on. When you delete them, you can delete them.

Complete the above four steps to successfully uninstall the MySQL extracted environment.

Note: if you do not stop the service first, remove the service first, you will get an error: the mysql service is running

On how to uninstall the compressed package version of mysql to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report