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
Table of contents Undo Log Undo Log Generation an...
When I turned on my MAC at night, I found that th...
Note: The basic directory path for software insta...
Preface In current JavaScript, there is no concep...
Table of contents 1. What is a cursor? 2. How to ...
Table of contents introduce Link start Continue t...
1 Stored Procedure 1.1 What is a stored procedure...
Table of contents Integrity constraints Definitio...
Proxying multiple 302s with proxy_intercept_error...
1. Introduction Containers use a sandbox mechanis...
1. Dashed box when cancel button is pressed <br...
Regarding the issue that JavaScript strict mode d...
HTML comment box with emoticons. The emoticons ar...
When it comes to pictures, the first thing we thi...
Pitfalls encountered I spent the whole afternoon ...