数据库
首页 > 数据库> > Navicat Premium 12无法链接PostgreSQL

Navicat Premium 12无法链接PostgreSQL

作者:互联网

打开PostgreSQL的pg_hba.conf,更改关于流动的内容

 

 

# "local" is for Unix domain socket connections only
local   all             all                           trust
# IPv4 local connections:
host    all             all             127.0.0.1/32            trust
# IPv6 local connections:
host    all             all             ::1/128                 trust

 

标签:domain,12,PostgreSQL,Navicat,connections,host,trust,local
来源: https://www.cnblogs.com/lanhaipeng/p/15096560.html