Re: [GENERAL] php can't connect to postgresql server

2006-07-04 Thread Clodoaldo Pinto
2006/7/3, Clodoaldo Pinto <[EMAIL PROTECTED]>: 2006/7/3, Clodoaldo Pinto <[EMAIL PROTECTED]>: > php can't connect to postgresql server > > php error log message: > > PHP Warning: pg_connect() [ href='function.pg-connect'>function.pg-connect]: Unable to connect > to PostgreSQL server: could not c

RES: [GENERAL] php can't connect to postgresql server

2006-07-03 Thread Alejandro Michelin Salomon \( Adinet \)
Clodoaldo Pinto worte: -->-Mensagem original- -->De: [EMAIL PROTECTED] -->[mailto:[EMAIL PROTECTED] Em nome de -->Clodoaldo Pinto -->Enviada em: segunda-feira, 3 de julho de 2006 12:13 -->Para: pgsql-general postgresql.org -->Assunto: Re: [GENERAL] php can&#x

Re: [GENERAL] php can't connect to postgresql server

2006-07-03 Thread Clodoaldo Pinto
2006/7/3, Clodoaldo Pinto <[EMAIL PROTECTED]>: php can't connect to postgresql server php error log message: PHP Warning: pg_connect() [function.pg-connect]: Unable to connect to PostgreSQL server: could not connect to server: Permission denied\n\tIs the server running on host "127.0.0.1" and

Re: [GENERAL] php can't connect to postgresql server

2006-07-03 Thread Clodoaldo Pinto
2006/7/3, Robert Treat <[EMAIL PROTECTED]>: On Monday 03 July 2006 09:25, Clodoaldo Pinto wrote: > php can't connect to postgresql server > > php error log message: > > PHP Warning: pg_connect() [ href='function.pg-connect'>function.pg-connect]: Unable to connect > to PostgreSQL server: could no

Re: [GENERAL] php can't connect to postgresql server

2006-07-03 Thread Robert Treat
On Monday 03 July 2006 09:25, Clodoaldo Pinto wrote: > php can't connect to postgresql server > > php error log message: > > PHP Warning: pg_connect() [ href='function.pg-connect'>function.pg-connect]: Unable to connect > to PostgreSQL server: could not connect to server: Permission > denied\n\tIs

Re: [GENERAL] php can't connect to postgresql server

2006-07-03 Thread Clodoaldo Pinto
2006/7/3, A. Kretschmer <[EMAIL PROTECTED]>: am 03.07.2006, um 10:25:29 -0300 mailte Clodoaldo Pinto folgendes: > $conn_string = "hostaddr=127.0.0.1 port=5432 dbname=dbname ^ > I can connect as that user with psql: > > $ psql -h localhost -U username dbname

Re: [GENERAL] php can't connect to postgresql server

2006-07-03 Thread A. Kretschmer
am 03.07.2006, um 10:25:29 -0300 mailte Clodoaldo Pinto folgendes: > $conn_string = "hostaddr=127.0.0.1 port=5432 dbname=dbname ^ > I can connect as that user with psql: > > $ psql -h localhost -U username dbname ^ Try 'localhost' instead '

[GENERAL] php can't connect to postgresql server

2006-07-03 Thread Clodoaldo Pinto
php can't connect to postgresql server php error log message: PHP Warning: pg_connect() [function.pg-connect]: Unable to connect to PostgreSQL server: could not connect to server: Permission denied\n\tIs the server running on host "127.0.0.1" and accepting\n\tTCP/IP connections on port 5432? p