Integration of postgreSQL on WAMP

后端 未结 7 1261
故里飘歌
故里飘歌 2021-02-02 00:52

I have just installed the postgreSQL on windows 7. I am trying to integrate postgreSQL with WAMP server. For this i have done the following changes in httpd.conf and php.ini fi

7条回答
  •  梦谈多话
    2021-02-02 01:30

    Thank you. These instructions worked once I also added 'Require local' to the phppgadmin.conf file:

    Alias /phppgadmin "C:/wamp/apps/phpPgAdmin-5.1/" 
    
    
        Require local
        Options Indexes FollowSymLinks MultiViews
        AllowOverride all
            Order Deny,Allow
      Allow from all
    
    

提交回复
热议问题