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 example shares the specific code of ...
1. Find mysqldump.exe in the MySQL installation p...
Preface: This article mainly introduces the query...
Starting from MySQL 8.0.16, you can set a passwor...
Table of contents The role of cloneElement Usage ...
1: What is openssl? What is its function? What is...
Table of contents Creating an SSL Certificate 1. ...
Overview In actual business scenario applications...
introduce Setting up read-write separation for th...
In the latest version of WIN10, Microsoft introdu...
What is a file? All files are actually a string o...
Because what I wrote before was not detailed enou...
Promise is a new solution for asynchronous progra...
1. Problem symptoms Version: MySQL 5.6, using the...
Table of contents Preface 1. The process of using...