【发布时间】:2017-05-16 18:53:54
【问题描述】:
在 Azure Database for PostgreSQL 服务中创建新服务器后,尝试连接到该服务器时出现以下错误。服务器已创建,因为我在 Azure 门户上看到了相关通知,并且还可以在 Azure 门户上查看服务器详细信息。
psql:致命:主机“<ipv4 address>”、用户“cloudsa”、数据库“postgres”没有 pg_hba.conf 条目,
我是否遗漏了使我的客户端 (pgadmin/psql) 可以访问我的 postgres 服务器的任何步骤?
【问题讨论】:
标签: postgresql azure firewall azure-database-postgresql