Vous n'êtes pas identifié(e).
- Contributions : Récentes | Sans réponse
Pages : 1
#1 15/10/2015 15:11:22
- moi77
- Membre
Accès avec pgAdmin mais pas avec phpPgAdmin
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
#2 15/10/2015 17:38:45
- gleu
- Administrateur
Re : Accès avec pgAdmin mais pas avec phpPgAdmin
Qu'avez-vous dans les logs de PostgreSQL ?
Guillaume.
Hors ligne
#3 15/10/2015 18:45:30
- moi77
- Membre
Re : Accès avec pgAdmin mais pas avec phpPgAdmin
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
#4 15/10/2015 21:36:56
- rjuju
- Administrateur
Re : Accès avec pgAdmin mais pas avec phpPgAdmin
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
#5 16/10/2015 12:18:54
- moi77
- Membre
Re : Accès avec pgAdmin mais pas avec phpPgAdmin
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