连接GaussDB(DWS)报错:Invalid or unsupported by client SCRAM mechanisms

用postgres方式连接GaussDB(DWS)报错:Invalid or unsupported by client SCRAM mechanisms

报错内容

2023-12-27 21:43:35\] Invalid or unsupported by client SCRAM mechanisms org.postgresql.util.PSQLException: Invalid or unsupported by client SCRAM mechanisms ![](https://file.jishuzhan.net/article/1740510191520059393/feb0e8e82c3abf5a0597f7675c0bfdc2.webp) ### 原因:password_encryption_type未兼容postgres访问 > "使用show password_encryption_type可以查看密码的加密方式。当password_encryption_type=1是表示采用sha256方式对密码加密,兼容postgres客户端的MD5用户认证方式。password_encryption_type=2表示采用sha256方式对密码加密,此时不兼容postgres开源驱动和开源客户端。使用postgres开源生态工具连接会出现报错,连接GaussDB(DWS)出现如下报错: > > The authentication type 10 is not supported. > > Invalid or unsupported by client SCRAM mechanisms。" ![](https://file.jishuzhan.net/article/1740510191520059393/6c9c8da541ffcf519e14c54a632061f9.webp) ### 解决办法: 1、修改password_encryption_type=1 2、需要重新创建用户去连接,连接成功 连接参考:[https://zhuanlan.zhihu.com/p/646963995](https://zhuanlan.zhihu.com/p/646963995 "https://zhuanlan.zhihu.com/p/646963995") [连接和认证 - 安全和认证(postgresql.conf) - 《华为 openGauss (GaussDB) 1.0.1 使用手册》](https://www.bookstack.cn/read/opengauss-1.0.1-zh/967c05d840243472.md "连接和认证 - 安全和认证(postgresql.conf) - 《华为 openGauss (GaussDB) 1.0.1 使用手册》") [【DWS】某局点使用工具连接数据库报错 (huawei.com)](https://forum.huawei.com/enterprise/zh/thread/663365942098411520 "【DWS】某局点使用工具连接数据库报错 (huawei.com)") [你应该知道的数仓安全------安全认证-云社区](https://bbs.huaweicloud.com/blogs/249702 "你应该知道的数仓安全——安全认证-云社区")

相关推荐
Vic101011 天前
GaussDB(PostgreSQL)查询执行计划参数解析技术文档
算法·哈希算法·gaussdb
DarkAthena1 天前
【GaussDB】使用DBLINK连接到ORACLE
数据库·oracle·gaussdb
Gauss松鼠会2 天前
从数据到智能:openGauss+openEuler Intelligence的RAG架构实战
数据库·架构·database·opengauss·gaussdb
Vic101012 天前
创建索引:GaussDB(PostgreSQL)开发笔记
笔记·postgresql·gaussdb
淡定是个好东西6 天前
springboot连接高斯数据库(GaussDB)踩坑指南
数据库·gaussdb
Gauss松鼠会17 天前
GaussDB数据库事务管理:高可靠与高性能的实践之道
数据库·gaussdb
三次握手四次挥手1 个月前
GaussDB使用指南
gaussdb
Gauss松鼠会1 个月前
GaussDB回调机制深度实践:从事件驱动到系统集成
开发语言·javascript·数据库·sql·gaussdb
Gauss松鼠会1 个月前
GaussDB Plan Hint调优实战:从执行计划控制到性能优化
数据库·sql·性能优化·database·gaussdb
Gauss松鼠会2 个月前
GaussDB性能调优:从根因分析到优化落地
数据库·性能优化·database·gaussdb