Solution to MySql service disappearance for unknown reasons Just now, MySQL-Front suddenly couldn't open MySql. Sure enough, I found that the MySql service was missing. I remembered that I might have installed PhpStudy last night and clicked the option not to use MySql, which uninstalled my own MYSQL service. Solution Go to the \Windows\System32 directory under the C drive, find cmd.exe under the directory, then right-click and select "Run as administrator" in the pop-up menu. Then go to the MySql installation directory. Here is a brief introduction to entering. You must first enter a drive letter, such as the C drive. You cannot directly cd D:\work\MySQL\MySQL Server 5.5\bin The correct approach is: C:\Users\12262>D: D:\>cd "work\MySQL\MySQL Server 5.5\bin" D:\work\MySQL\MySQL Server 5.5\bin>\ After entering the mysql bin, enter the following command: mysqld.exe -install //Wait for the installation prompt to complete the installation and then enter the following command net start mysql Thank you for reading, I hope it can help you, thank you for your support of this site! You may also be interested in:
|
<<: How to implement responsive layout in vue-cli
>>: Detailed tutorial on installing JDK1.8 on Linux
This article shares the specific code for JavaScr...
In MySQL, you may encounter the problem of case s...
Allow './' relative paths in docker-compo...
Let's take a look at ufw (Uncomplicated Firew...
Table of contents 1. Basic Concepts ACID 3.AutoCo...
Preface: This article is based on the experience ...
Table of contents webpack5 Official Start Buildin...
The <input> tag The <input> tag is us...
introduce RANGE partitioning is based on a given ...
MySQL can be set when it is installed, but it see...
In Black Duck's 2017 open source survey, 77% ...
This article shares the specific code of JS to ac...
Introduction to structure and performance HTML st...
In the vertical direction, you can set the cell a...
Time fields are often used in database usage. Com...