Thread: I can't connect to phpPgAdmin
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
Ok....Let's start from begin 1. Please check your port status in your server with familiar tools like nmap. And make sure there is a port for postrgresql (5432). aris-deb:~# nmap 192.168.0.2 Starting nmap V. 2.54BETA31 ( www.insecure.org/nmap/ ) Interesting ports on (192.168.0.2): (The 1547 ports scanned but not shown below are in state: closed) Port State Service 9/tcp open discard 13/tcp open daytime 21/tcp open ftp 23/tcp open telnet 25/tcp open smtp 37/tcp open time 5432/tcp open postgres Nmap run completed -- 1 IP address (1 host up) scanned in 3 seconds 2. If there is no postgresql port (5432) please check your packet filtering (ipchains or iptables) and allow for it. 3. For pg_hba.conf TYPE DATABASE USER IP_ADRESS MASK AUTH_TYPE local all all 167.205.240.67 255.255.255.0 trust if yur configuration like this you just allow for IP 167.205.240.67/24 to acces this server. Can you change it to 167.205.240.0 to allow your network for accesing your server. Best regards Aris Wendy
Ok..Than'k alot .....my phppgdmin does work now, and I've passed through to phppgadmin so...there any Idea the stable phpPgAdmin version..? B.R Devi Munandar
We plan on making version 3 the stable version "real soon now" but there still a fair amount of functionality we need to put in before we really feel it's good enough to be a stable release. That said we just released 3.0.0-dev-2 on Sunday, so you might want to check it out. We're always looking for more developers and welcome any and all patches people want to send; there is a TODO file included with the distribution if anyone is interested. Robert Treat On Mon, 2003-03-24 at 21:16, Devi Munandar wrote: > Ok..Than'k alot .....my phppgdmin does work now, and I've passed through to > phppgadmin > so...there any Idea the stable phpPgAdmin version..? > > B.R > > Devi Munandar