Alibaba Cloud ECS cloud server (linux system) cannot connect remotely after installing MySQL (pitfall)

Alibaba Cloud ECS cloud server (linux system) cannot connect remotely after installing MySQL (pitfall)

Yesterday I bought an Alibaba Cloud server that has been in use for a year. The system is Linux Centos7. I installed MySQL with great anticipation, but the following day almost made me doubt my life. . .

I won’t go into details about how to install MySQL. Anyway, I installed it three times and was able to connect to the database locally on Alibaba Cloud every time.

I can't connect to Alibaba Cloud's database remotely using navcat. Always report: 2003 - Can't connect to MySQL SERVER ON ********* (10060)

After installing it three times, you will know how desperate I am. This is the first time I installed MySQL under Linux. Every time I thought there might be something wrong with the installation.

I have searched Baidu thoroughly. . . .

What firewall, what authorization, I installed it three times, I tried it three times, none of them worked

If you have installed it three times and tried it three times, if you have tried everything you should try, if you start to doubt your life, and if you happen to be an Alibaba Cloud server, then congratulations, here is the answer you want.

Enter Alibaba Cloud Management and Control Backend ---- Cloud Server ECS ---- Security Group

There is a "Configuration Rules" on the right, click it to enter the configuration page.

OK, add a security group here, configure the port number of mysql, and match it according to the example.

Now you can connect to the database remotely using navcat.

As for how I thought the problem was with Alibaba Cloud, it was because I had installed it three times and had begun to doubt my life. Suddenly, I remembered that I had installed Tomcat first, and after starting it, the test reported 404. I had installed Tomcat many times before, so I was sure that there was no problem with the installation. Later, I searched Baidu specifically, and found that port 8080 was configured here, so Tomcat could be accessed. Then I tried MySQL here, and it worked.

It took a day, Ali, give me back my time. . . My time. . . time. . . Negative. . . . . . .

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • Alibaba Cloud ECS Server Getting Started Process (Must-Read Tutorial for Newbies)
  • How to set the user root password and remote connection method for Alibaba Cloud ECS instance
  • How to open port 8080 on Alibaba Cloud ECS server
  • How to deploy Django on Alibaba Cloud ECS server
  • Alibaba Cloud ECS CPU 100% Troubleshooting Analysis

<<:  Solution to React pure function component setState not refreshing the page update

>>:  Detailed process of upgrading glibc dynamic library in centos 6.9

Recommend

What is MIME TYPE? MIME-Types type collection

What is MIME TYPE? 1. First, we need to understand...

Docker network mode and configuration method

1. Docker Network Mode When docker run creates a ...

Html sample code for reading and displaying pictures in a local folder

One purpose Select a local folder on the Html pag...

Solution to Ubuntu cannot connect to the network

Effective solution for Ubuntu in virtual machine ...

Detailed explanation of MySQL cursor concepts and usage

This article uses examples to explain the concept...

Discussion on default margin and padding values ​​of common elements

Today we discussed the issue of what the margin v...

Beginner's guide to building a website ⑥: Detailed usage of FlashFXP

Today I will introduce the most basic functions of...

JavaScript implements simple date effects

The specific code of JavaScript date effects is f...

Jenkins packaging microservices to build Docker images and run them

Table of contents Environment Preparation start 1...

CocosCreator Skeleton Animation Dragon Bones

CocosCreator version 2.3.4 Dragon bone animation ...

How to implement Ajax concurrent request control based on JS

Table of contents Preface Ajax serial and paralle...

The difference between datatime and timestamp in MySQL

There are three date types in MySQL: date(year-mo...

The difference between Display, Visibility, Opacity, rgba and z-index: -1 in CSS

We often need to control the hidden, transparent ...