GBase 8c
适配迁移
文章

连接工具报错

发表于2023-04-21 09:23:1588次浏览0个评论

问题描述:

没有配置白名单

 

解决方案:

gs_guc reload -N all -I all -Z datanode -h "host all all 0.0.0.0/0 md5"

gs_guc reload -N all -I all -Z datanode -c "listen_addresses = '*'"

gs_guc reload -N all -I all -Z datanode -c "password_encryption_type=1"

执行下这三条,配完重新连接就可以了

评论已关闭