Use Navicate to connect to MySQL on Alibaba Cloud Server

Use Navicate to connect to MySQL on Alibaba Cloud Server

1. First enter the server's mysql to modify permissions:

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123456' WITH GRANT OPTION;

The login user set here is root and the password is:

2. Refresh permissions by executing the following statement:

FLUSH PRIVILEGES;

The root user is set here, and the access password is 123456

3. Then open navicate, set the password and username in the general, the password is the mysql password set above 123456

General

4. Add Alibaba Cloud's public IP address and the username and password for logging in to the server in ssh, and you can successfully connect to the database. Note: Here are the Alibaba Cloud server login username and password, the same as the permission username you set above

ssh

Summarize

The above is what I introduced to you about using Navicate to connect to MySQL on Alibaba Cloud Server. 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:
  • How to use Navicat to create a database and connect with JDBC
  • Tutorial on installing MySQL database and using Navicat for MySQL
  • Simple tutorial on using Navicat For MySQL
  • Problems with changing password and connecting to Navicat when installing and using MySQL 8.0.16 under Windows 7
  • Import csv file into mysql using navicat
  • Simple examples of creating stored procedures, triggers and using cursors in Navicat (pictures and text)
  • Use Navicat Premium to export SQLServer data to sql format
  • Use Navicat 8 to create a database and import data to manage users and permissions [Graphic Method]
  • Detailed explanation of the simple use of Navicat

<<:  VMware Workstation 14 Pro installs CentOS 7.0

>>:  React Native scaffolding basic usage detailed explanation

Recommend

Alibaba Cloud Ubuntu 16.04 builds IPSec service

Introduction to IPSec IPSec (Internet Protocol Se...

Several ways to schedule backup of MySQL database (comprehensive)

Table of contents 1. mysqldump command to back up...

Use Python to connect to MySQL database using the pymysql module

Install pymysql pip install pymysql 2|0Using pymy...

How to install and configure mysql 5.7.19 under centos6.5

The detailed steps for installing mysql5.7.19 on ...

MySQL series multi-table join query 92 and 99 syntax examples detailed tutorial

Table of contents 1. Cartesian product phenomenon...

Detailed explanation of Vue filter implementation and application scenarios

1. Brief Introduction Vue.js allows you to define...

The textarea tag cannot be resized and cannot be dragged with the mouse

The textarea tag size is immutable Copy code The c...

Detailed explanation of the use of Vue.js draggable text box component

Table of contents Registering Components Adding C...

js canvas implements verification code and obtains verification code function

This article example shares the specific code of ...

A small introduction to the use of position in HTML

I just learned some html yesterday, and I couldn&#...

Introduction to the use of html base tag target=_parent

The <base> tag specifies the default address...

Implementation steps of vue-element-admin to build a backend management system

Recently, when I was working on a conference heal...

An example of elegantly writing status labels in Vue background

Table of contents Preface optimization Extract va...

Share the problem of Ubuntu 19 not being able to install docker source

According to major websites and personal habits, ...