Frequently Asked Questions about MySQL 8.0 Software Installation Failure

Question 1: The MySQL8.0 software installation package cannot be opened or fails during the installation process. How to solve it?

Before running the MySQL8.0 software installation package, the user needs to ensure that the .Net Framework related software has been installed in the system. If this software is missing, the MySQL8.0 software cannot be installed normally.
insert image description here
In addition, make sure that Windows Installer is installed normally. Installing mysql8.0 on windows requires the operating system to have Microsoft Visual C++ 2015-2019 installed in advance.
insert image description here
insert image description here

Question 2: Failed to uninstall and reinstall MySQL?

This problem is usually caused by the related information not being completely cleared when MySQL is uninstalled.

Solution : delete the previous installation directory. If the service installation directory has not been specified separately in the previous installation, the default installation directory is " C:\Program Files\MySQL", completely delete this directory. At the same time, delete the MySQL Data directory. If the data directory has not been specified in the previous installation, the default installation directory is "C:\ProgramData\MySQL", which is generally a hidden directory. After deleting, reinstall it.

Question 3: How to delete the list of MySQL services that have not been uninstalled cleanly in the Windows system?

The operation method is as follows, enter "cmd" in the "search box" of the system, press the "Enter" key to confirm, and the 命令提示符interface will pop up. Then enter the " sc delete MySQL" service name and press the "Enter" key to completely delete the remaining MySQL services.

Supongo que te gusta

Origin blog.csdn.net/weixin_43520450/article/details/124785960
Recomendado
Clasificación