Integration of postgreSQL on WAMP

后端 未结 7 1382
故里飘歌
故里飘歌 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:23

    it worked thank you

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

提交回复
热议问题