简体   繁体   中英

How to install PhpPgAdmin in AppServ?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM