Jump to content

[Solved] Remote Access to PostgreSQL Database


addike

Recommended Posts

I'm using the following command to connect to my remote postgresql database.

$ psql -h johnny.heliohost.org -p 5432 -U addike_official -W addike_ConnectionServerDB
Password:
psql: error: FATAL:  no pg_hba.conf entry for host "ip address over here", user "addike_official", database "addike_ConnectionServerDB", SSL off

Credentials:

Host: johnny.heliost.org
Username: addike_official
Database: addike_ConnectionServerDB
Port: 5432
Password: . . . 

Can remote access be enabled for this database please? Thanks! :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...