#在postgresql.conf中的修改
listen_addresses = '*'
port = 5432
#在pg_hba.conf中添加
host all all 192.168.1.0/24 trust
postgresql远程访问配置
最新推荐文章于 2025-03-26 15:38:44 发布
#在postgresql.conf中的修改
listen_addresses = '*'
port = 5432
#在pg_hba.conf中添加
host all all 192.168.1.0/24 trust