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: 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 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 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:
|
<<: VMware Workstation 14 Pro installs CentOS 7.0
>>: React Native scaffolding basic usage detailed explanation
Introduction to IPSec IPSec (Internet Protocol Se...
Table of contents 1. mysqldump command to back up...
Install pymysql pip install pymysql 2|0Using pymy...
The detailed steps for installing mysql5.7.19 on ...
Table of contents 1. Cartesian product phenomenon...
1. Brief Introduction Vue.js allows you to define...
The shutdown.bat file has a sentence if not "...
The textarea tag size is immutable Copy code The c...
Table of contents Registering Components Adding C...
This article example shares the specific code of ...
I just learned some html yesterday, and I couldn...
The <base> tag specifies the default address...
Recently, when I was working on a conference heal...
Table of contents Preface optimization Extract va...
According to major websites and personal habits, ...