202101-03 navicat无法连接postgreSQL-11的解决方案 1.通过find/-namepostgresql.conf和find/-namepg_hba.conf找到这两个文件2.设置外网访问:1)修改配置文件postgresql.conflisten_addresses='*'2)修改pg_hba.conf在原来的host下面新加一行#IPv4localconnections:hostallall127.0.0.1/32trusthostallall0.0.0.0/0password3.重新启动服务:servicepostgresql-11restart补充:navicat链接PostgreSQL出错。navicatpremium链接PostgreSQL出现:... 继续阅读 >