Hi I can't connect to PosgreSql and I really don't know why. I install it on Slack 8, compile php with postgre and so on.
I try to connect from php and it doesn't work. If I try from prompt : psql DATABASENAM it's OK.
I read every whear that 5432 is the default port for it. If I try :
telnet 127.1 5432
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
I try to start with the port option but same stuff.
Am I stupid or what??
Any help is welcome
I try to connect from php and it doesn't work. If I try from prompt : psql DATABASENAM it's OK.
I read every whear that 5432 is the default port for it. If I try :
telnet 127.1 5432
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
I try to start with the port option but same stuff.
Am I stupid or what??
Any help is welcome