How to Allow Remote Access to PostgreSQL database

前端 未结 7 1319
鱼传尺愫
鱼传尺愫 2020-11-28 02:38

I have PostgreSQL 9.2 Installed in Windows 7 and I have windows XP installed in Virtual Machine, how do I connect these two databases and allow remote access to add/edit the

7条回答
  •  迷失自我
    2020-11-28 03:24

    If using PostgreSql 9.5.1, please follow the below configuration:

    1. Open hg_hba.conf in pgAdmin
    2. Select your path, and open it, then add a setting
    3. Restart postgresql service

提交回复
热议问题