How to remotely connect to the cloud server database using Navicat

How to remotely connect to the cloud server database using Navicat

It is very convenient to connect to a remote server database without opening the secret key. Just fill in the data on the new connection. However, there is a big pitfall in connecting to the server after opening the SSH secret key. Let's talk about it in detail below.

In fact, the secret key is turned on. Under the new connection, first select SSH to log in to the remote server

1. Fill in the public IP address (I won’t show you my address here)

2. The default SSH port is 22 and does not need to be modified

3. Please note that the username is not your Xshell or third-party console username, but your server username. Generally, it is Root if it is not modified.

4. There are two ways below, one is the secret key and the other is the password. Let's talk about the secret key here. Once you apply for SSH on the server, it will return you a public key and a private key. Save them and then import them here.

The SSH part here is fine, don't rush to test it. Remember you are only connecting to the remote server

The huge pit begins below

Step 2: Connect to the database

1. Connection name, self-made

2. This host name or IP address! ! ! ! ! ! ! I have read many online tutorials and they all require you to fill in the IP address of the remote server. In fact, you should fill in the local address here. Yes, it is the intranet address, because you have logged in to the remote server. Of course, the mysql address connected to the remote server is localhost! ! ! ! !

3. Ports need no further explanation

4. The username and password are the username and password of your database on the server. This step is to connect to the database, don't make a mistake

Finally, test the connection! success!

By the way, one last thing to say, after the test is successful and you press OK, when you double-click the database, there is a very scary thing... that is

It's OK, just enter your server login password, if you forget to look for Cloud Daddy..............................

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:
  • Solution to navicat automatically disconnecting from the database after a period of time
  • How to remotely connect to MySQL database with Navicat Premium
  • How to use Navicat to create a database and connect with JDBC
  • When Navicat Premium connects to the database, the error message appears: 2003 Can't connect to MySQL server on''localhost''(10061)
  • Detailed explanation of the 10061 unknown error when using Navicat to connect to a remote Linux MySQL database
  • Solution to the problem "MySql database does not support remote connection" when connecting to NaviCat
  • How to connect Intellij IDEA to Navicat database

<<:  Problem record of using vue+echarts chart

>>:  Centos builds chrony time synchronization server process diagram

Recommend

Detailed explanation of the use of MySQL DML statements

Preface: In the previous article, we mainly intro...

HTML+CSS to achieve surround reflection loading effect

This article mainly introduces the implementation...

mysql code to implement sequence function

MySQL implements sequence function 1. Create a se...

Detailed description of component-based front-end development process

Background <br />Students who work on the fr...

How to install common components (mysql, redis) in Docker

Docker installs mysql docker search mysql Search ...

Web project development VUE mixing and inheritance principle

Table of contents Mixin Mixin Note (duplicate nam...

How to use MySQL 5.7 temporary tablespace to avoid pitfalls

Introduction MySQL 5.7 aims to be the most secure...

Javascript uses the integrity attribute for security verification

Table of contents 1. Import files using script ta...

Detailed steps for running springboot project in Linux Docker

Introduction: The configuration of Docker running...

Detailed explanation of MySQL covering index

concept If the index contains all the data that m...

Some front-end basics (html, css) encountered in practice

1. The div css mouse hand shape is cursor:pointer;...

Solve the matching problem in CSS

Problem Description As we all know, when writing ...