gpt4 book ai didi

postgresql - 主机的 fatal error : no pg_hba. conf 条目”,但我可以通过 pgAdmin 连接

转载 作者:行者123 更新时间:2023-11-29 14:20:01 25 4
gpt4 key购买 nike

更新:这似乎是 ElephantSQL 的问题,我根据 this 使用的服务

但是,我不知道在哪里添加这个。

确切错误:

FATAL: 28000: no pg_hba.conf entry for host "host", user "username", database "template1", SSL off

与此类似的错误 problem .即使在添加了 SslMode=require 之后,我仍然无法连接到数据库。

<add name="DefaultConnection" connectionString="Server=serverip;Port=5432;Database=dbname;User Id=username;Password=pass;CommandTimeout=60;Preload Reader=True;"/>

奇怪的是它试图连接到 template1 而不是连接字符串中指定的数据库。

不过通过 pgadmin 连接没问题。

最佳答案

这是因为您使用的是共享的 ElphantSQL 计划并且只能连接到您自己的数据库。 Npgsql 在检查服务器版本、创建新数据库等时出于某种原因尝试连接到 template1,忽略连接字符串中给出的数据库名称。我们将向 Npgsql 提交错误报告。

关于postgresql - 主机的 fatal error : no pg_hba. conf 条目”,但我可以通过 pgAdmin 连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32090651/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com