1. 程式人生 > >navicat連接阿裏雲mysql

navicat連接阿裏雲mysql

ica tp5 alt .html 技術分享 連接 ID cat 服務

1.服務器控制臺在安全組配置3306端口

2.進入 /etc/ssh/sshd_config 在最下面 加入下面代碼

KexAlgorithms diffie-hellman-group1-sha1,[email protected],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