Unable to connect PostgreSQL to remote database using pgAdmin

前端 未结 7 1132
Happy的楠姐
Happy的楠姐 2020-11-29 18:58

I installed PostgreSQL on my local server (Ubuntu) with IP 192.168.1.10. Now, I\'m trying to access the database from my client machine (Ubuntu) with IP 192.168.1.11 with p

相关标签:
7条回答
  • 2020-11-29 19:23

    In linux terminal try this:

    • sudo service postgresql start : to start the server
    • sudo service postgresql stop : to stop thee server
    • sudo service postgresql status : to check server status
    0 讨论(0)
提交回复
热议问题