The perfect solution to the error of installing Mysql Applying Security in windows server2014

The perfect solution to the error of installing Mysql Applying Security in windows server2014

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:
  • SpringBoot Security installation configuration and Thymeleaf integration
  • Installation, activation and configuration of ModSecurity under Apache
  • Security: A very detailed tutorial on installing Elastic SIEM and EDR

<<:  Overview of time configuration under Linux system

>>:  Let's talk about my understanding and application of React Context

Recommend

This article will help you understand JavaScript variables and data types

Table of contents Preface: Kind tips: variable 1....

Detailed explanation of the use of bus in Vue

Vue bus mechanism (bus) In addition to using vuex...

MySQL loop inserts tens of millions of data

1. Create a test table CREATE TABLE `mysql_genara...

A method of hiding processes under Linux and the pitfalls encountered

Preface 1. The tools used in this article can be ...

HTML Several Special Dividing Line Effects

1. Basic lines 2. Special effects (the effects ar...

Implementation of Nginx operation response header information

Prerequisite: You need to compile the ngx_http_he...

Practical tutorial on modifying MySQL character set

Preface: In MySQL, the system supports many chara...

JavaScript Basics: Scope

Table of contents Scope Global Scope Function Sco...

Complete steps to install boost library under linux

Preface The Boost library is a portable, source-c...

HTML (css style specification) must read

CSS style specifications 1. Class Selector 2. Tag...

The difference between MySQL user management and PostgreSQL user management

1. MySQL User Management [Example 1.1] Log in to ...

Solution to failure in connecting to mysql in docker

Scenario: After installing the latest version of ...

Analyze the usage and principles of Vue's provide and inject

First, let's talk about why we use provide/in...