navicat连接阿里云mysql

Posted zhp_king

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了navicat连接阿里云mysql相关的知识,希望对你有一定的参考价值。

1.服务器控制台在安全组配置3306端口

2.进入 /etc/ssh/sshd_config 在最下面 加入下面代码

KexAlgorithms diffie-hellman-group1-sha1,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
Ciphers 3des-cbc,blowfish-cbc,aes128-cbc,aes128-ctr,aes256-ctr

然后执行

ssh-keygen -A

最后重启SSH

service ssh restart

 

3.navicat配置

 

参考资料:

https://www.cnblogs.com/yidiandhappy/p/7404674.html

https://blog.csdn.net/liuhailiuhai12/article/details/64124637

 

以上是关于navicat连接阿里云mysql的主要内容,如果未能解决你的问题,请参考以下文章

Navicat远程连接阿里云服务器的mysql

如何用navicat连接阿里云内网的mysql数据库

Navicat 连接阿里云上MySQL报 2059

Navicat 连接阿里云服务器mysql

Navicat连接阿里云Mysql遇到的的坑

本地Navicat 连接阿里云esc上mysql