gpt4 book ai didi

postgresql - psycopg2 看不到我的 PostgreSQL 实例

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

我在 Windows 上,安装了 32 位 python 2.6.6 和 psycopg2。

当 psycopg2 尝试连接时,它会收到一个OperationalError:

Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import psycopg2
>>> conn = psycopg2.connect("dbname=your_database user=postgres password=xxxx host=127.0.0.1:5432")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python26\lib\site-packages\psycopg2\__init__.py", line 164, in connect
conn = _connect(dsn, connection_factory=connection_factory, async=async)
psycopg2.OperationalError: could not translate host name "127.0.0.1:5432" to address: Unknown server error

我可以在 127.0.0.1:5432 上使用 pgAdmin3 连接到 PostgreSQL 实例。

有什么想法吗?

最佳答案

conn = psycopg2.connect("dbname=your_database user=postgres password=xxxx host=127.0.0.1 port=5432")

关于postgresql - psycopg2 看不到我的 PostgreSQL 实例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17903006/

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