公司要在openEuler系统中安装openGauss数据库,经过几天的查资料,终于是安装成功了,并且能在navicat中远程连接使用。
FATAL: Forbid remote connection with initial user.
这个问题出现的原因是,openGauss不允许使用超员来远程连接,应该重新创建一个数据库用户进而使用远程连接。
none of the server's SASL authentication mechanisms are supported
出现这个问题的话说明你的用户密码加密方式不支持远程连接,要按如下流程修改。
1.来到这个目录下,找到这个文件