Page 1 of 1

PostgreSQL & xampp 1.4.11

PostPosted: 04. January 2005 00:00
by talos
Hi,

I installed xampp 1.4.11 and postgresql addon 0.3, but when I'm going to phppgadmin and trying to login with user:root pw:lampp it tells me 'login failed'.

would should I try?

PostPosted: 04. January 2005 11:10
by PF4
Hi,
1. did you start postgresql ( /opt/lampp/lampp startpostgresql) ?
2. ps aux | grep post
3. /opt/lampp/var/pgsql/error.log

PostPosted: 04. January 2005 11:53
by talos
PF4 wrote:Hi,
1. did you start postgresql ( /opt/lampp/lampp startpostgresql) ?

thanks, that what was missing.
maybe this line should be included in install notes on the website?

PostPosted: 04. January 2005 12:06
by PF4
done..