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
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