permission denied on socket

Поиск
Список
Период
Сортировка
От Atul Kumar
Тема permission denied on socket
Дата
Msg-id CA+ONtZ5Rmk4=EvXd0j17iN6O0WUhJDmEfK=WJavMsw5ygizfng@mail.gmail.com
обсуждение исходный текст
Ответы Re: permission denied on socket
Re: permission denied on socket
Re: permission denied on socket
Список pgsql-general
Hi,

I have postgres 13 running on centos 7.

I am facing an issue while trying to connect the cluster using the below command.

-bash-4.2$ psql postgres

psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: Permission denied

        Is the server running locally and accepting connections on that socket?


but when I am trying to connect using the below command I am able to login to the cluster successfully.

-bash-4.2$ psql postgres -h localhost

postgres=#


I am not sure what is causing this issue and what needs to be done to resolve it ?


Regards.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re:
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: