Solutions to MySql crash and service failure to start

Solutions to MySql crash and service failure to start

I have been in contact with PHP for so long, but the installation environment is very unfamiliar. I encountered many problems. With the help of Baidu, I sorted out the following methods

Problem 1: MySQL service is not installed

Solution:

Find the installation directory of MySQL under cmd operation (note that cmd must be run as an administrator)
Execute the mysqld -install command with administrator privileges in the mysql bin directory

Then, still with administrator privileges, net start mysql to start the MySQL service.

1. Use the administrator's authority to net stop mysql to shut down the mysql service
2. Uninstall the MySQL service with the administrator's privileges mysqld -remove

Error:

The information is as follows:

Install/Remove of the Service Denied

Problem 2: Install/Remove of the Service Denied

Solution:

When opening the cmd.exe program, select "Open as administrator".

After opening it as an administrator, I started the service, but it still doesn't work.

Problem 3: The service cannot be started

The mysqld -console command outputs an error message. One of the error messages is that there is no mysql folder in the data directory.

Solution:

Execute mysqld –initialize to initialize the data directory

After these problems were solved, mysql started normally.

Problem 4: Wrong password

If the password is wrong, cmd will also crash.

Solution:

Tutorial on how to modify the root password in MySQL 5.7

MySQL 5.6 root password modification tutorial

Summarize

The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. If you want to learn more about this, please check out the following links

You may also be interested in:
  • Alibaba Cloud ESC Server Docker Deployment of Single Node Mysql
  • Summary of the differences between MySQL storage engines MyISAM and InnoDB
  • Several solutions for forgetting the MySQL password
  • Tomcat+Mysql high concurrency configuration optimization explanation
  • Why does MySQL database index choose to use B+ tree?
  • Explanation of MySQL's horizontal and vertical table partitioning
  • Detailed explanation of how to use CMD command to operate MySql database
  • MySQL 5.6 root password modification tutorial
  • Tutorial on how to modify the root password in MySQL 5.7
  • How to add indexes to MySQL

<<:  How to implement page screenshot function in JS

>>:  Detailed explanation of SRIOV pass-through configuration and performance testing based on KVM

Recommend

A brief understanding of the three uses of standard SQL update statements

1. Environment: MySQL-5.0.41-win32 Windows XP Pro...

Configure nginx to redirect to the system maintenance page

Last weekend, a brother project was preparing to ...

How to filter out duplicate data when inserting large amounts of data into MySQL

Table of contents 1. Discover the problem 2. Dele...

Detailed explanation of MySQL transaction processing usage and example code

MySQL transaction support is not bound to the MyS...

Detailed explanation of MySQL foreign key constraints

Official documentation: https://dev.mysql.com/doc...

How to Monitor Linux Memory Usage Using Bash Script

Preface There are many open source monitoring too...

Drop-down menu and sliding menu design examples

I found a lot of websites that use drop-down or sl...

js implements random roll call

This article shares the specific code of js to im...

Detailed explanation of how to reduce memory usage in MySql

Preface By default, MySQL will initialize a large...

MySQL scheduled task implementation and usage examples

This article uses examples to illustrate the impl...

Vue-CLI3.x automatically deploys projects to the server

Table of contents Preface 1. Install scp2 2. Conf...

Bootstrap 3.0 study notes buttons and drop-down menus

The previous article was a simple review of the B...

MySQL Basics in 1 Hour

Table of contents Getting Started with MySQL MySQ...

Use PS to create an xhtml+css website homepage in two minutes

There are too many articles about xhtml+css websi...