Bootstrap

navicate远程linux上的pgsql提示密码失败

错误提示:

FATAL: password authentication failed for user “postgres”

解决方案:

1、pg_hba.conf文件中,ipv4下面的内容改成

host    all          all      0.0.0.0/0          md5

2、postgresql.conf文件中,修改listen_addresses

由
#listen_addresses = 'location'
改为
listen_addresses = '*'

3、重启pgsql,例如:systemctl restart pgsql

4、如果问题还在,检查firewalld防火墙,执行

systemctl stop firewalld

5、再次尝试连接,成功!

悦读

道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。

;