문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top