Re: phpPgAdmin 2.4.2

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Salah Abdulla" <salah(at)ilisys(dot)com(dot)au>, <pgsql-php(at)postgresql(dot)org>
Subject: Re: phpPgAdmin 2.4.2
Date: 2003-07-21 03:25:49
Message-ID: 058c01c34f37$d1c2b560$2800a8c0@mars
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Don't use phpPgAdmin 2.4.2 with Postgres 7.3.x - you should be using phpPgAdmin 3.0

Chris

----- Original Message -----
From: Salah Abdulla
To: pgsql-php(at)postgresql(dot)org
Sent: Wednesday, July 16, 2003 4:47 PM
Subject: [PHP] phpPgAdmin 2.4.2

Installed postgreql 7.3.3 and phpPgAdmin 2.4.2 in different machines. Defined password for postgres superuser. Entry is created in the pg_shadow table for the same user. Keeping the access method in pg_hba.conf file as "trust", I do not have any problem. However when changed the access method to "password" and tried managing the database using the phpPgAdmin tool I get

Error - /var/www/pgadmin.intranet/htdocs/lib.inc.php -- Line: 303
PostgreSQL said:
Your query:
Unable to connect with settings: host=host_name' port='post_num' dbname='template1' user='user_id' password='xxxxx'

The pg_hpa.conf file has an entry
"host all all ip_address ip_mask password"

Any idea why this is happening.

Regards,
Salah

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Andrei Verovski (aka MacGuru) 2003-07-23 14:27:26 How to Determine Number of connected users
Previous Message Michelle Konzack 2003-07-19 11:06:32 Re: postgreSQL web form; Security