Hi,
I know that new Postgre Databases / Users, and users privileges must be done by cPanel. Well, I have created a new postgree database and a new user to access it.
I want to connect this new database using pgAdmin3, on debian:
pgAdmin3 configuration:
host: danistation.heliohost.org
port: 5432
database: dstation_teste
user: dstation_teste
pass: ******
But I get only error:
FATAL: no pg_hba.conf entry for host "my_ip_address", user "dstation_teste", database "dstation_teste", SSL off
Is it possible to use pgAdmin3 to connect to this postgre database?
Thanks!