Re: [Hampshire] June's meeting

Αρχική Σελίδα

Reply to this message
Συντάκτης: Adrian Bridgett
Ημερομηνία:  
Προς: Hampshire LUG Discussion List
Καινούρια Θέματα: Was Re: [Hampshire] June's meeting NOW PHP plus postgresql
Αντικείμενο: 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