merci de répondre
voici mon fichier pg_hba.conf, normalement c'est le même par défaut
# Database administrative login by UNIX sockets
local all postgres ident
# TYPE DATABASE USER CIDR-ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all ident
# IPv4 local connections:
host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 md5
[^] # Re: Plus d'infos
Posté par lans843 . En réponse au message mot de passe psql??? postgresql sous ubuntu. Évalué à 1.
voici mon fichier pg_hba.conf, normalement c'est le même par défaut
# Database administrative login by UNIX sockets
local all postgres ident
# TYPE DATABASE USER CIDR-ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all ident
# IPv4 local connections:
host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 md5