求助:


使用nvacat连接opengauss数据库,报could not receive data from server, error: Connection reset by peer错误,如何解决,谢谢

navcat连接openGauss数据库需要以md5加密方式的用户连接,设置password_encryption_type=1后新建的用户就支持md5加密了。