How to Allow Remote Access to PostgreSQL database

前端 未结 7 1315
鱼传尺愫
鱼传尺愫 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:32

    A fast shortcut for restarting service on Windows:

    1) Press Windows Key + R

    2) Type "services.msc"

    3) Order by name

    4) Find "PostgreSQL" service and restart it.

提交回复
热议问题