How to solve the 2002 error when installing MySQL database on Alibaba Cloud

How to solve the 2002 error when installing MySQL database on Alibaba Cloud

The following error occurred while installing the database:

The solution is as follows:

1. Enter in the bin directory: kill -s 9 9907

Then enter:

ps -ef | grep mysql

The display is as follows:

2. Return to the lampp directory and restart the database and server:

1. ./lampp restart

The above is the solution to the 2002 error when installing MySQL database on Alibaba Cloud. 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:
  • Detailed tutorial on installing mysql8.0.22 on Alibaba Cloud centos7
  • Detailed tutorial on installing MySQL database on Alibaba Cloud Server
  • How to install MySQL 8.0.13 in Alibaba Cloud CentOS 7
  • Tutorial on installing MYSQL8.0 on Alibaba Cloud ESC
  • Alibaba Cloud ECS cloud server (linux system) cannot connect remotely after installing MySQL (pitfall)
  • Detailed explanation of how to install MySQL on Alibaba Cloud
  • Tutorial on installing MySQL on Alibaba Cloud Centos 7.5
  • Detailed explanation on how to install MySQL database on Alibaba Cloud Server

<<:  Implementing a simple carousel based on JavaScript

>>:  Implementation of Linux command line wildcards and escape characters

Recommend

Two solutions for automatically adding 0 to js regular format date and time

Table of contents background Solution 1 Ideas: Co...

MySQL paging query optimization techniques

In applications with paging queries, queries that...

Solution to the ineffective margin of div nested in HTML

Here's a solution to the problem where margin...

Web page HTML code: production of scrolling text

In this section, the author describes the special...

Detailed tutorial on installing ElasticSearch 6.4.1 on CentOS7

1. Download the ElasticSearch 6.4.1 installation ...

Vue+spring boot realizes the verification code function

This article example shares the specific code of ...

Summary of several situations in which MySQL indexes fail

1. Indexes do not store null values More precisel...

Implementation of Docker deployment of web projects

The previous article has installed the docker ser...

Facebook's nearly perfect redesign of all Internet services

<br />Original source: http://www.a-xuan.cn/...

javascript Blob object to achieve file download

Table of contents illustrate 1. Blob object 2. Fr...

Detailed example of mysql similar to oracle rownum writing

Rownum is a unique way of writing in Oracle. In O...

Use IISMonitor to monitor web pages and automatically restart IIS

Table of contents 1. Tool Introduction 2. Workflo...

Build a Scala environment under Linux and write a simple Scala program

It is very simple to install Scala environment in...

Detailed explanation of basic interaction of javascript

Table of contents 1. How to obtain elements Get i...