我在 postgresql13 中使用 npgsql,但是在尝试连接时出现以下错误:
目前仅支持认证明文密码和认证md5密码。收到 10
我的连接行是: NpgsqlConnection conn = new NpgsqlConnection("服务器= xxxx;端口= xxxx;用户ID = xxxx;密码= xxx;数据库=数据库;")
在 postgresql 9.6 中一切正常,但它迁移到版本 13 并产生了这个问题
c# postgresql npgsql postgresql-13
c# ×1
npgsql ×1
postgresql ×1
postgresql-13 ×1