Re: psql + php on Mac OS X
| От | Martin Hampl |
|---|---|
| Тема | Re: psql + php on Mac OS X |
| Дата | |
| Msg-id | 2224BF0A-7157-11D8-88A0-000393674318@gmx.de обсуждение исходный текст |
| Ответ на | Re: psql + php on Mac OS X (Tom Lane <tgl@sss.pgh.pa.us>) |
| Список | pgsql-novice |
It works, hooray! Thank you *very* much! Regards, Martin. Am 08.03.2004 um 23:59 schrieb Tom Lane: > Martin Hampl <Martin.Hampl@gmx.de> writes: >> Both, PostgreSQL and PHP run just fine. However, if I try to access a >> database I just get the message "Warning: pg_connect(): Unable to >> connect to PostgreSQL server: could not connect to server: Connection >> refused Is the server running on host "localhost" and accepting >> TCP/IP connections on port 5432?" > >> PostgreSQL is running and I think it is using port 5432 (however, I am >> not completely sure how to check this---"show port;"?) > > My bet is that you have Postgres set to accept only Unix-socket > connections. PHP is evidently trying to connect via a TCP socket. > I think it's possible to alter the PHP connection info to use a > Unix socket, but you might prefer to turn on tcpip_socket in Postgres. > > regards, tom lane >
В списке pgsql-novice по дате отправления: