Обсуждение: 7.3.3 install under way

Поиск
Список
Период
Сортировка

7.3.3 install under way

От
"Daniel E. Fisher"
Дата:
I go 7.3.3 installed Paul thanks...here is what is left

I am trying a php bulletin board by phpbb.   I don't think I have the server
configured all the way yet.  Any help is appreciated on how to get this
straight



Warning: Unable to connect to PostgreSQL server: FATAL: No pg_hba.conf entry
for host 204.213.206.27, user postgres, database nm in
/var/www/html/crohns/phpBB2/db/postgres7.php on line 79
phpBB : Critical Error

Could not connect to the database

This is in the pg_hba.conf file

www.websiteIamusing.com   all   themachine'sIP   255.255.255.255   trust

I am sure I need to edit something yet.

-Dan


Re: 7.3.3 install under way

От
Steve Crawford
Дата:
<snip>
> This is in the pg_hba.conf file
>
> www.websiteIamusing.com   all   themachine'sIP   255.255.255.255
> trust
>
> I am sure I need to edit something yet.

"host" is a keyword (for tcp/ip connections as opposed to keyword
"local" for local domain socket connections), it is not a hostname.
Try:
host all the.machine.ip.address 255.255.255.255

Cheers,
Steve