Unable to connect pgadmin to remote DB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mlike
    New Member
    • Feb 2015
    • 1

    Unable to connect pgadmin to remote DB

    Hello,
    I have installed postgresql on Linux on a virtual box on my wintel machine.

    I am unable to get a connection from pgadmin to the DB.

    I have modified these two files to allow remote connections to DB, then restarted the postgresql service:

    postgresql.conf
    added line:
    listen_addresse s = '*'

    pg_hba.conf
    added line:
    host all all 0.0.0.0/0 md5


    Any ideas would be greatly appreciated!

    Thank you,
    Mike
    Attached Files
Working...