Vous n'êtes pas identifié(e).
Pages : 1
Bonjour à tous,
je rencontre un problème d'accès à phpPgAdmin. J'arrive bien sur l'interface web de connexion mais lorsque je rentre le login et le mot de passe, il me dit "Échec de la connexion". J'arrive pourtant à me connecter sans problème avec pgAdmin.
Je ne sais vraiment pas d'où cela peut provenir.
PostgreSQL et phPgAdmin sont installés sur un machine distante accessible via le net si ça peut aider à trouver une solution.
Merci d'avance pour vos réponses.
Hors ligne
Qu'avez-vous dans les logs de PostgreSQL ?
Guillaume.
Hors ligne
Connection matched pg_hba.conf line 92: "host all all 127.0.0.1/32 md5"
2015-10-15 17:01:30 CEST [750-1] postgres@template1 LOG: could not receive data from client: Connection reset by peer
2015-10-15 17:01:30 CEST [751-1] postgres@template1 LOG: could not receive data from client: Connection reset by peer
2015-10-15 17:01:31 CEST [752-1] postgres@template1 LOG: could not receive data from client: Connection reset by peer
2015-10-15 17:01:35 CEST [753-1] postgres@template1 FATAL: password authentication failed for user "postgres"
2015-10-15 17:01:35 CEST [753-2] postgres@template1 DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 92: "host all all 127.0.0.1/32 md5"
2015-10-15 17:01:35 CEST [754-1] postgres@template1 FATAL: password authentication failed for user "postgres"
2015-10-15 17:01:35 CEST [754-2] postgres@template1 DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 92: "host all all 127.0.0.1/32 md5"
2015-10-15 17:01:40 CEST [756-1] postgres@template1 FATAL: password authentication failed for user "postgres"
2015-10-15 17:01:40 CEST [756-2] postgres@template1 DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 92: "host all all 127.0.0.1/32 md5"
2015-10-15 17:01:40 CEST [757-1] postgres@template1 FATAL: password authentication failed for user "postgres"
2015-10-15 17:01:40 CEST [757-2] postgres@template1 DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 92: "host all all 127.0.0.1/32 md5"
2015-10-15 17:26:17 CEST [722-1] postgres@postgres LOG: could not receive data from client: Connection reset by peer
2015-10-15 18:43:42 CEST [1148-1] postgres@template1 FATAL: password authentication failed for user "postgres"
2015-10-15 18:43:42 CEST [1148-2] postgres@template1 DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 92: "host all all 127.0.0.1/32 md5"
2015-10-15 18:43:42 CEST [1149-1] postgres@template1 FATAL: password authentication failed for user "postgres"
2015-10-15 18:43:42 CEST [1149-2] postgres@template1 DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 92: "host all all 127.0.0.1/32 md5"
Voici ce que j 'ai dans les logs.
Merci
Hors ligne
DETAIL: User "postgres" has no password assigned.
Il faut que vous changiez de rôle, ou que vous mettiez un mot de passe à l'utilisateur postgres. Je suppose qu'avec pgAdmin vous vous connectiez depuis une autre IP avec potentiellement une autre méthode d'authentification, ou un autre utilisateur.
Julien.
https://rjuju.github.io/
Hors ligne
Effectivement c’était bien un problème de mots de passe. J'avais pourtant pensé avoir paramétré le mots de passe mais finalement non.
Le problème est résolu.
Merci pour votre réponse
Hors ligne
Pages : 1