The reason is that it was not uninstalled cleanly after installation. To solve this problem, you need to pay attention to the following points: 1. Manually clear the following files to ensure a clean uninstall 1) The installation directory of MySQL is generally in the C:/Program Files directory. 2) The MySQL data storage directory is generally in the C:/Documents and Settings/All Users/Application Data directory (note that the Application Data folder is hidden by default, and you need to set hidden files to be visible through Tools->Folder Options->View->Show all files and folders). 3) Delete registry data Open cmd, enter regedit, and delete the following files according to the path HKEY_LOCAL_MACHINE/SYSTEM/ControlSet001/Services/Eventlog/Applications/MySQL HKEY_LOCAL_MACHINE/SYSTEM/ControlSet002/Services/Eventlog/Applications/MySQL HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Eventlog/Applications/MySQL 2. I don't know if the path selection during installation plays a key role, but changing it like this may also have a certain effect. The above is the perfect solution to the error when installing Mysql Applying Security on Windows Server 2014. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Overview of time configuration under Linux system
>>: Let's talk about my understanding and application of React Context
Table of contents Preface: Kind tips: variable 1....
Vue bus mechanism (bus) In addition to using vuex...
Preface After a failover occurs, a common problem...
1. Create a test table CREATE TABLE `mysql_genara...
Preface 1. The tools used in this article can be ...
1. Basic lines 2. Special effects (the effects ar...
Prerequisite: You need to compile the ngx_http_he...
Preface: In MySQL, the system supports many chara...
Table of contents Scope Global Scope Function Sco...
Preface The Boost library is a portable, source-c...
CSS style specifications 1. Class Selector 2. Tag...
1. MySQL User Management [Example 1.1] Log in to ...
Table of contents Preface Install Introduction Sw...
Scenario: After installing the latest version of ...
First, let's talk about why we use provide/in...