金仓kingbase连接时认证类型10不支持,如何确认配置正确?
- 内容介绍
- 文章标签
- 相关推荐
本文共计411个文字,预计阅读时间需要2分钟。
原文链接:https://developer.aliyun.com/article/976306 https://blog.csdn.net/weixin_44480167/article/details/120987851
错误信息:认证类型10不受支持。请检查是否已配置sys_hba.conf文件以包含客户端配置。
原文链接:developer.aliyun.com/article/976306
blog.csdn.net/weixin_44480167/article/details/120987851
The authentication type 10 is not supported. Check that you have configured the sys_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver.
原因: Kingbase 驱动的版本与服务版本不一致!!数据库服务用的是 8.6.0 ,但是用的驱动是 8.2.0 。
人大金仓驱动包kingbasejdbc8.6.0.jar V8驱动jar包
工作上要将kingbaseV8数据库整合到项目,我在官网找了半天,连个jdbc驱动包下载入口都找不到,简直就是官方文档毫无诚意。emm…套着postgreSQL的国产数据库,我差点用postgreSQL的jdbc来代替驱动包。
本文共计411个文字,预计阅读时间需要2分钟。
原文链接:https://developer.aliyun.com/article/976306 https://blog.csdn.net/weixin_44480167/article/details/120987851
错误信息:认证类型10不受支持。请检查是否已配置sys_hba.conf文件以包含客户端配置。
原文链接:developer.aliyun.com/article/976306
blog.csdn.net/weixin_44480167/article/details/120987851
The authentication type 10 is not supported. Check that you have configured the sys_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver.
原因: Kingbase 驱动的版本与服务版本不一致!!数据库服务用的是 8.6.0 ,但是用的驱动是 8.2.0 。
人大金仓驱动包kingbasejdbc8.6.0.jar V8驱动jar包
工作上要将kingbaseV8数据库整合到项目,我在官网找了半天,连个jdbc驱动包下载入口都找不到,简直就是官方文档毫无诚意。emm…套着postgreSQL的国产数据库,我差点用postgreSQL的jdbc来代替驱动包。

