PostgreSQL
 sql >> Base de données >  >> RDS >> PostgreSQL

Intégration de postgreSQL sur WAMP

  1. Après l'installation de PostgreSQL , vous devez copier libpq.dll depuis wamp\bin\php\phpX.X.X vers wamp\bin\apache\Apache2.2*\bin . Et redémarrez le Wampserver.
  2. Télécharger phpPgAdmin ici .
  3. Extraire phpPgAdmin-5.1.zip dans C:\wamp\apps Le chemin sera donc, C:\wamp\apps\phpPgAdmin-5.1 .
  4. Créez un fichier appelé phppgadmin.conf dans C:\wamp\alias . Et copiez-collez ce qui suit :

  5. Cliquez avec le bouton gauche sur l'icône de la barre d'état Wampserver. Accédez à PHP> Extension PHP. Ensuite, activez ceci

  6. 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; changer true à false

  7. Redémarrer tout le service

  8. Allez sur http://localhost/phppgadmin/ et essayez de vous connecter.

  9. Les identifiants de connexion par défaut sont

    • Nom d'utilisateur ="postgres"
    • Mot de passe ="root"

références :

  1. Intégration WAMP + PostgreSQL
  2. sourceforgenet phpPgAdmin téléchargeable pour Windows avec Wamp