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的主要内容,如果未能解决你的问题,请参考以下文章