On 03/01/12 10:03 AM, Ruben Blanco wrote:
El día 1 de marzo de 2012 17:25, John R Pierce escribió:
> On 03/01/12 9:02 AM, Ruben Blanco wrote:
> specify host=localhost, otherwise its using the first 'local' line, which
> specifies 'ident' authentication, as the error implies.
Where should I
Hi John. Thanks a lot for your reply:
El día 1 de marzo de 2012 17:25, John R Pierce escribió:
> On 03/01/12 9:02 AM, Ruben Blanco wrote:
> specify host=localhost, otherwise its using the first 'local' line, which
> specifies 'ident' authentication, as the error implies.
Where should I specify
On 03/01/12 9:02 AM, Ruben Blanco wrote:
I cannot connect to my Postgres database from my PHP scripts. I get the error:
PHP Warning: pg_connect(): Unable to connect to PostgreSQL server:
FATAL: Ident authentication failed for user "postgres" in ...
I have tried many combinations for "hos
Hi:
I cannot connect to my Postgres database from my PHP scripts. I get the error:
PHP Warning: pg_connect(): Unable to connect to PostgreSQL server:
FATAL: Ident authentication failed for user "postgres" in ...
I have tried many combinations for "host" TYPE in "pg_hba.conf"
(restarting po
Marina Olhovsky wrote:
Hello,
I'm trying to assign a password for a postgres user. I've logged in
as postgres, issued "alter user my_user with password 'my_passwd'".
Doing "select * from pg_users" shows the new user with password
assigned. However, when I try to start psql as the new user: "ps
Marina Olhovsky <[EMAIL PROTECTED]> schrieb:
>
> Hello,
>
> I'm trying to assign a password for a postgres user. I've logged in as
> postgres, issued "alter user my_user with password 'my_passwd'". Doing
> "select
> * from pg_users" shows the new user with password assigned. However, when I
Hello,
I'm trying to assign a password for a postgres user. I've logged in as
postgres, issued "alter user my_user with password 'my_passwd'". Doing "select
* from pg_users" shows the new user with password assigned. However, when I
try to start psql as the new user: "psql -U my_user -W" and
On Tue, Nov 28, 2006 at 03:40:09PM -0800, [EMAIL PROTECTED] wrote:
> Hi-
>
> I've run into a problem using Postgres 8.1 that has me stumped:
>
> I'm logged on as user 'postgres' and I can connect using the following
> command:
>
> bash$>psql
>
> However when I specify the host:
>
> bas
Hi-
I've run into a problem using Postgres 8.1 that has me stumped:
I'm logged on as user 'postgres' and I can connect using the following
command:
bash$>psql
However when I specify the host:
bash$>psql -h localhost
or
bash$>psql -h hostname.domain.com
I get the following error: