Re: [Hampshire] June's meeting

Top Page

Reply to this message
Author: Adrian Bridgett
Date:  
To: Hampshire LUG Discussion List
New-Topics: Was Re: [Hampshire] June's meeting NOW PHP plus postgresql
Subject: Re: [Hampshire] June's meeting
On Thu, May 17, 2007 at 06:56:05 +0100 (+0100), Philip Stubbs wrote:
> I would try and add a password. Use the Postgress admin tools to add


seconded. IIRC you can tell postgres to allow you in if your username
matches the user you are running as.

So when you try from the command line that will be true, but the
webserver runs as www-data so it won't be true in that case.
/etc/postgres/pg_hba.conf (or somesuch) would be useful to know.

Adrian