Re: I can't connect to phpPgAdmin

From: aris <aris_postgre(at)telkom(dot)net>
To: "Devi Munandar" <devi(at)informatika(dot)lipi(dot)go(dot)id>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: I can't connect to phpPgAdmin
Date: 2003-03-21 16:28:40
Message-ID: E18xHye-0006AK-00@out-mta1.plasa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thursday 20 March 2003 20:04, Devi Munandar wrote:
> Hi Admin
>
> I have Installed Postgresql 7.2 for linux redhat 8.0 and i try to connect
> to postgresql pass through phpPgAdmin 2.4 but i can't because i get message
> 'Wrong username/password. Access denied', so how can i pass through to
> phpPgAdmin?, should i edit pg_hba.conf ?, are there default username and
> password to pass through phpPgAdmin?
>
>
> regards,
>
> devi munandar

Can you give some more information about your pg_hba.conf and your
postgresql.conf. First try with user=root and password=
and if it doesn't work please check your postgresql.conf and make sure the
tcpip socket =true. And check also your pg_hba.conf and make sure your ip or
your network in there. I mean if you use phpPgAdmin in the different machine.

Type database user ip address i p-mask methode
loca all all 192.168.0.0 255.255.255.0 trust

make sure -h options works too.....
it-psql# psql -h192.168.0.1 -Upostgres template1

if -h option works your server works also with tcp/ip protocol to connect
with client.

Best reagards

Aris Wendy
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jie Liang 2003-03-21 17:56:05 perl 5.6.1 and PostgreSQL7.3.2
Previous Message Jodi Kanter 2003-03-21 16:07:23 Re: indexes not being used!