Re: user and DB confusion

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "arnuld uttre" <arnuld(dot)mizong(at)gmail(dot)com>
Cc: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: user and DB confusion
Date: 2008-10-13 15:30:05
Message-ID: dcc563d10810130830v56d09197h56835aa972a0593f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2008/10/13 arnuld uttre <arnuld(dot)mizong(at)gmail(dot)com>:
>> On Mon, Oct 13, 2008 at 3:15 PM, Grzegorz Jaśkiewicz
>> <gryzman(at)gmail(dot)com> wrote:
>
>> what does your pg_hba.conf says ?
>
> # TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
>
> # IPv4-style local connections:
> #host all all 127.0.0.1 255.255.255.255 trust
> # IPv6-style local connections:
> #host all all ::1
> ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff trust
>
> # Using sockets credentials for improved security. Not available everywhere,
> # but works on Linux, *BSD (and probably some others)
>
> local all all ident sameuser

Most likely phpbb is trying to connect via ipv4 which you don't have
turned on. Just a guess though.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Wilson 2008-10-13 15:34:42 Re: Out of memory in create index
Previous Message Martin Gainty 2008-10-13 15:05:53 Re: Drupal and PostgreSQL - performance issues?