日常开发经常使用Navicat进行数据库的管理

 

 

 

常见错误:

  1. navicat使用ssh登录mysql报错:expected key exchange group packet from server

由于公司使用的是阿里云的RDS,需要通过内网连接数据库(不直接提供公网访问),此时可以使用navicat的ssh方式,通过一台跳板机连接内网的RDS

navicat之常用操作

 

 

  解决方案:

  1)升级Navicat

  2) 修改sshd的配置:

# vim /etc/ssh/sshd_config

KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1

 

相关文章:

  • 2021-12-17
  • 2021-11-11
  • 2021-10-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
猜你喜欢
  • 2021-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-01-08
  • 2021-06-20
  • 2021-08-06
相关资源
相似解决方案