Vous n'êtes pas identifié(e).
Pages : 1
C'est bon j'ai corrigé mon problème, cela venait de la configuration de l'encodage de la langue, j'ai mis en UTF-8 puis j'ai réinstallé postgresql et ça fonctionne
Bonjour,
J'ai installé un serveur postgresql sur une distribution Debian 9 d'OVH et je n'arrive pas à me connecter à la BD sur le compte postgres, j'obtient l'erreur suivante:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "fr_FR.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
Par ailleur, le service postgresql est bien actif
Merci d'avance pour votre aide!
Pages : 1