Lors de la première connexion au portail phppgadmin, le user par défaut semble être désactivé.
Voici comment configurer phppgadmin pour ne plus avoir ce problème:
Test de http://localhost/phppgadmin
Le login est désactivé par défaut.
Mettre dans /etc/phppgadmin/config.inc.php
$conf['extra_login_security'] = false
Configurer /etc/phppgadmin/config.inc.php
$conf['servers'][0]['host'] = 'localhost';
Modifier si besoin : /var/lib/postgres/data/pg_hba.conf mais normalement c’est bon.
Aucun commentaire:
Enregistrer un commentaire