Re: [Hampshire] June's meeting

Página superior

Responder a este mensaje
Autor: Adrian Bridgett
Fecha:  
A: Hampshire LUG Discussion List
Temas nuevos: Was Re: [Hampshire] June's meeting NOW PHP plus postgresql
Asunto: 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