连接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 "你应该知道的数仓安全——安全认证-云社区")

相关推荐
九河云3 天前
华为云 GaussDB:金融级高可用数据库,为核心业务保驾护航
网络·数据库·科技·金融·华为云·gaussdb
小云数据库服务专线13 天前
GaussDB 数据库架构师修炼(十九)-性能调优-长事务分析
数据库·数据库架构·gaussdb
RestCloud16 天前
10迁移TiDB数据库数据到GaussDB
数据库·tidb·etl·gaussdb·数据处理·数据同步·集成平台
小云数据库服务专线18 天前
GaussDB 数据库架构师修炼(十八) SQL执行引擎-概述
sql·数据库架构·gaussdb
小云数据库服务专线21 天前
GaussDB 数据库架构师修炼(十八) SQL引擎-计划管理-SPM
数据库·数据库架构·gaussdb
DarkAthena23 天前
AI生成技术报告:GaussDB与openGauss的HTAP功能全面对比
数据库·gaussdb
小云数据库服务专线23 天前
GaussDB 数据库架构师修炼(十八) SQL引擎-分布式计划
数据库·数据库架构·gaussdb
DarkAthena24 天前
【GaussDB】全密态等值查询功能测试及全密态技术介绍
数据库·gaussdb
DarkAthena24 天前
【GaussDB】使用MySQL客户端连接到GaussDB的M-Compatibility数据库
数据库·mysql·gaussdb
DarkAthena25 天前
【GaussDB】使用gdb定位GaussDB编译package报错
数据库·gaussdb