Postgresql远程连接配置

  1. postgresql.conf中修改为:listen_addresses = '*'
  2. pg_hba.conf中添加:host    all     all        0.0.0.0/0                md5
posted @ 2023-02-28 09:48  &清风明月&  阅读(34)  评论(0)    收藏  举报