重庆思庄Oracle、Redhat认证学习论坛
标题:
远程客户端NAVICAT访问PG服务器报:authentication method 10 not supported
[打印本页]
作者:
郑全
时间:
2021-9-30 17:19
标题:
远程客户端NAVICAT访问PG服务器报:authentication method 10 not supported
WINDOWS 上使用NAVICAT访问 LINUX 下的PG服务器报:authentication method 10 not supported
解决办法:
修改服务器端配置即可,具体如下:
编辑/var/lib/pgsql/13/data/postgresql.conf
增加
listen_addresses = '*'
编辑/var/lib/pgsql/13/data/pg_hba.conf
增加:
host all all 0.0.0.0/0 password
重启PG
# systemctl restart postgresql-13
欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/)
Powered by Discuz! X3.2