Frage

How can i install phppgadmin in appserver on windows. I installed postgresql exe file and configures php.ini file and extracted PhpPgAdmin in www folder, but it showing php not congifured error.

War es hilfreich?

Lösung

Installation of phppgadmin

1) download postgresql-9.1.4-1-windows.exe' (for windows), phpPgAdmin-5.0.4.zip.(choose latest one)

2) install postgresql .exe file

3) extract phppgadmin in C:\Appserv\ (ex:- C:\Appserv\phpPgAdmin)

4)in php.ini file uncomment the following lines.

extension=php_pdo_pgsql.dll
extension=php_pgsql.dll

5) restart system and login into postgresql in programs.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top