Integration of postgreSQL on WAMP

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

    Don't forget that WAMP has two php.ini files. One in Apache directory, one in php directory (bin\php\php5.X.X). Wampserver Tray manages the one in Apache directory.

    To be able to run php cli tools (e.g php artisan), you need to uncomment the php_pgsql and php_pdo_pgsql in the php.ini in php directory.

提交回复
热议问题