1

我正在尝试使用以下方式连接:

conn = DBAPI.connect(host='sql2', user='XXX', password='XX', database='XX', socket_timeout=100, port=100)

我现在发现我收到以下错误:

pg8000.errors.InterfaceError: Authentication method 3 not supported by pg8000.

环顾四周,我明白这可能意味着什么:

 3 = Cleartext pwd (not supported by pg8000)

这里有什么建议吗?

4

1 回答 1

0

pg8000 最新版本(1.9.14)支持密码认证

于 2014-08-02T15:43:23.160 回答