hello,
I've installed postgresql on a knoppix (which is a debian) with this command : apt-get install postgesql
The installation had good worked. I restarted and i've 'postmaster' launch (ps -aux | grep postmaster) on the port 5432.
So i'm logged as root user and if i try :
root>psql -U postgres template1
I have a 'CONNECTION FAILED' : IDENT AUTHENTIFICATION FAILED FOR USER 'postgres'
So i try to connect to 'postgres' user and connect again :
root>su postgres
sh>psql template1
%>
I'm connected. So I create new user, new database, new administrator, but i always c'ant connect when I'm logged as root (or another user)...
Moreover, if I log as 'postgres' (su postgres) and launch pgaccess (which I installed with apt-get too), I always have a connection refused
My aim is to launch a Java application, wich run on windows with Interbase, on linux with postgresql, but I always have connection refused as I can connect with psql when I'm logged as 'postgres'. (Even if I'm logged as postgres I can't connect nor with pgacces nor with my application).
Can someone help us ?
thanks
I've installed postgresql on a knoppix (which is a debian) with this command : apt-get install postgesql
The installation had good worked. I restarted and i've 'postmaster' launch (ps -aux | grep postmaster) on the port 5432.
So i'm logged as root user and if i try :
root>psql -U postgres template1
I have a 'CONNECTION FAILED' : IDENT AUTHENTIFICATION FAILED FOR USER 'postgres'
So i try to connect to 'postgres' user and connect again :
root>su postgres
sh>psql template1
%>
I'm connected. So I create new user, new database, new administrator, but i always c'ant connect when I'm logged as root (or another user)...
Moreover, if I log as 'postgres' (su postgres) and launch pgaccess (which I installed with apt-get too), I always have a connection refused
My aim is to launch a Java application, wich run on windows with Interbase, on linux with postgresql, but I always have connection refused as I can connect with psql when I'm logged as 'postgres'. (Even if I'm logged as postgres I can't connect nor with pgacces nor with my application).
Can someone help us ?
thanks