X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %15 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseGeneralSolution to PostgreSQL FATAL: no pg...

Solution to PostgreSQL FATAL: no pg_hba.conf entry for host Error

If you receive the FATAL: no pg_hba.conf entry for host error when you want to connect to the PostgreSQL service externally in your projects such as PHP, Python, Django, you need to allow external connection to the ph_hba.conf file to solve it.

nano /etc/postgresql/10/main/pg_hba.conf
host all all 0.0.0.0/0 md5


We write the code on the bottom line of the file, save it and close it.

We use the following command to restart the service.

service postgresql restart

You can click for our Türkiye location Reseller packages.

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(147 times viewed. / 0 people found helpful.)