【发布时间】:2018-04-06 11:56:50
【问题描述】:
我正在尝试将画面连接到 bitnami django 堆栈,该堆栈托管在带有 postgres 数据库的 GCP 实例上(包含在 bitnami django 堆栈中)。
我正在尝试将 tableau 连接到我的 postgres 以获得更好的分析。
我已经尝试连接到本地开发系统,这对我来说很好,但是当我尝试服务器时,它给了我以下错误
could not connect to server: Connection timed out (0x0000274C/10060)
Is the server running on host "xxx.xxx.xxx.xx" and accepting TCP/IP connections on port xxxx?
想要为特定连接打开我的数据库。
【问题讨论】:
标签: postgresql google-compute-engine tableau-api bitnami