Re: PHP cann't access to postgres databse
От | Carol Walter |
---|---|
Тема | Re: PHP cann't access to postgres databse |
Дата | |
Msg-id | B09B5FB5-A0E5-4085-BD9C-45C150385BF3@indiana.edu обсуждение исходный текст |
Ответ на | Re: PHP cann't access to postgres databse ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>) |
Список | pgsql-admin |
I think that permissions on the parent directories can result in this error. Carol On Jun 26, 2009, at 1:07 PM, Kevin Grittner wrote: > Andy Shellam <andy-lists@networkmail.eu> wrote: > >> donghe@caltech.edu wrote: >>> Unable to connect to PostgreSQL server: >>> could not connect to server: Permission denied >>> Is the server running on host "localhost" and accepting >>> TCP/IP connections on port 5432? " > >> Because the error is "Permission denied", I'm guessing it's >> permissions on the /tmp/.s.PGSQL.5432 socket that will need >> checking? > > If it was trying to get that sort of connection, rather than TCP/IP, > the message would be different. Something like: > > # could not connect to server: No such file or directory > # Is the server running locally and accepting > # connections on Unix domain socket "/tmp/.s.PGSQL.5432"? > > You do have a point on the "Permission denied", though. If the > problem was where I was suggesting, it would probably say "Connection > refused". Perhaps some OS security restriction is in play here. > > -Kevin > > -- > Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-admin
В списке pgsql-admin по дате отправления: