| From: | msm(dot)scaglione(at)libero(dot)it |
|---|---|
| To: | pgsql-novice(at)lists(dot)postgresql(dot)org |
| Subject: | can't create a local server |
| Date: | 2020-06-09 17:03:54 |
| Message-ID: | 1231016316.31985.1591722234510@mail1.libero.it |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Hi all!
This is my first to the list.
Using pgadmin4 I can't create a local server "timeot expired"
from debian buster terminal ask me to verify I'm allowed to connect to the unix domain socket /var/run/postgresql/.s.PGSQL.5432
su
Password:
root(at)mycomputer:/home/me# su - postgres
postgres(at)mycomputer:~$ psql
psql: error: could not connect to server:
File o directory non esistente Verifica che il server locale sia in funzione e che accetti connessioni sul socket di dominio Unix "/var/run/postgresql/.s.PGSQL.5432"
I solved this problem with postgresql10 modifying a .conf file but file and directory names changed in postgresql 12
Can you help me?
Thank you in advance
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Laurenz Albe | 2020-06-10 06:43:13 | Re: can't create a local server |
| Previous Message | Николай Чадаев | 2020-06-09 15:43:30 | Re: PGXS on CentOS 7.6 |