Re: phpPgAdmin configuration

From: Marc Fromm <Marc(dot)Fromm(at)wwu(dot)edu>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: phpPgAdmin configuration
Date: 2011-02-09 16:08:02
Message-ID: 8938CAF49A00EF419310D5C6F6C72E9914E0EC5ADA@ExchMailbox2.univ.dir.wwu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I just found my problem. In the config.inc.php page, I needed to change $conf['servers'][0]['host'] = 'host'; to $conf['servers'][0]['host'] = 'localhost';. After that change I was able to login with the account that I created.

-----Original Message-----
From: Guillaume Lelarge [mailto:guillaume(at)lelarge(dot)info]
Sent: Tuesday, February 08, 2011 3:36 PM
To: Marc Fromm
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] phpPgAdmin configuration

Le 09/02/2011 00:27, Marc Fromm a écrit :
> Yes, the database server is on the same server as the http server.
> The complete error message is just "Login failed."
>
> There is nothing in the pg_log file, that the FAQ's say to check.
>

How did you configure phpPgAdmin?

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ray Stell 2011-02-09 16:25:45 Re: PostgreSQL 9.0.3 streaming replication failure
Previous Message Marc Fromm 2011-02-09 15:53:16 Re: phpPgAdmin configuration