提问人:wel 提问时间:4/14/2023 最后编辑:John Rotensteinwel 更新时间:4/14/2023 访问量:580
为什么我的 Redshift 连接在 DBeaver 上工作,但在 VSCode SQLTools 上不工作?
Why does my Redshift connection work on DBeaver but not on VSCode SQLTools?
问:
我对 SQL 比较陌生,但目前我正在使用 VPN 尝试连接到 Redshift 数据库。以下是一些详细信息
Driver Name : AWS / Redshift
Host : 10.x.xxx.48
Port : 5439
Username : user_name
Database : database_name
SSL False
在我的 DBeaver 上,所有细节都可以工作,我可以连接到数据库。但是,在我的 VSCode 中,我使用
Driver : Redshift Driver (Dedicated ver)
Server Address : 10.x.xxx.48
Port : 5439
username : same as above
database : same as above
SSL Disabled
我收到此错误:
Error opening connection no pg_hba.conf entry for host "::ffff:10.16.14.166", user "user_name", database "database_name", SSL off
有人知道为什么会发生这种情况以及如何解决它吗?我想强调的是,这是一个公司连接,我不是root用户,所以我不能在服务器上编辑任何内容。
答: 暂无答案
评论
::ffff:10.16.14.166
是 IPv6 - 维基百科,自由的百科全书。