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

Detailed explanation of MySQL 8.0.18 commands

Open the folder C:\web\mysql-8.0.11 that you just...

Style trigger effect of web page input box

<br />This example mainly studies two parame...

Learn v-model and its modifiers in one article

Table of contents Preface Modifiers of v-model: l...

Examples of using html unordered list tags and ordered list tags

1. Upper and lower list tags: <dl>..</dl...

Case study of dynamic data binding of this.$set in Vue

I feel that the explanation of this.$set on the I...

Introduction to Nginx log management

Nginx log description Through access logs, you ca...

Mysql query the most recent record of the sql statement (optimization)

The worst option is to sort the results by time a...

WeChat applet implements text scrolling

This article example shares the specific code for...

Detailed explanation of Nginx's control over access volume

Purpose Understand the Nginx ngx_http_limit_conn_...

Implementing shopping cart function based on vuex

This article example shares the specific code of ...

Tips for writing concise React components

Table of contents Avoid using the spread operator...

Vue encapsulates the public function method of exporting Excel data

vue+element UI encapsulates a public function to ...

CSS and CSS3 flexible box model to achieve element width (height) adaptation

1. CSS realizes fixed width on the left and adapt...