问题
DBeaver新建数据库后,连接显示以下报错。(个别电脑连接的上,个别连接不上情况下)
The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver.
不支持身份验证类型10。检查您是否已将pg_hba.conf文件配置为包含客户端的IP地址或子网,以及它是否使用了驱动程序支持的身份验证方案。
pg_hba.conf文件已经配置了包含客户端的IP地址。
解决办法
更新工具中的Jar包!!
DBeaver工具中 数据库 → 驱动管理器 → 编辑PostgreSQL → 库
把库都下载更新下。再次尝试连接成功了。