- Après l'installation de PostgreSQL
, vous devez copier
libpq.dll
depuiswamp\bin\php\phpX.X.X
verswamp\bin\apache\Apache2.2*\bin
. Et redémarrez le Wampserver. - Télécharger phpPgAdmin ici .
- Extraire phpPgAdmin-5.1.zip dans
C:\wamp\apps
Le chemin sera donc,C:\wamp\apps\phpPgAdmin-5.1
. -
Créez un fichier appelé
phppgadmin.conf
dansC:\wamp\alias
. Et copiez-collez ce qui suit : -
Cliquez avec le bouton gauche sur l'icône de la barre d'état Wampserver. Accédez à PHP> Extension PHP. Ensuite, activez ceci
-
Ouvrez
C:\wamp\apps\phpPgAdmin-5.1\conf\config.inc.php
,un. trouver
$conf['servers'][0]['host'] = '';
changez pour$conf['servers'][0]['host'] = 'localhost';
b. trouver$conf['extra_login_security'] = true;
changertrue
àfalse
-
Redémarrer tout le service
-
Allez sur
http://localhost/phppgadmin/
et essayez de vous connecter. -
Les identifiants de connexion par défaut sont
- Nom d'utilisateur ="postgres"
- Mot de passe ="root"
références :