Re: error connecting to database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: error connecting to database
Дата
Msg-id 13652.1096657575@sss.pgh.pa.us
обсуждение исходный текст
Ответ на error connecting to database  (Alexander Cohen <alex@toomuchspace.com>)
Ответы Re: error connecting to database
Список pgsql-general
Alexander Cohen <alex@toomuchspace.com> writes:
> Could not connect to server: permission denied.
> Is the server running locally and accepting
> connections on Unix domain socket "/tmp/.s.PGSQL.5432"

> What exctly does this error message mean? What permissions is this
> error talking about?

The permissions on the socket file /tmp/.s.PGSQL.5432.

Ordinarily the postmaster will create the socket as world-writable,
but evidently not this time.  Perhaps you have set a nonstandard value
for "unix_socket_permissions"?  Another possibility is that it's not
the socket file itself, but /tmp that is mis-permissioned.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Scott Frankel
Дата:
Сообщение: Re: newby question
Следующее
От: Alexander Cohen
Дата:
Сообщение: Re: error connecting to database