我需要能够从我的(Ubuntu + Apache)Web服务器连接到远程PostgreSQL数据库,但不幸的是 ,我的Web服务器上的PHP版本没有php_pgsql.dll库,如果我尝试取消注释php.ini的这一部分,则会抛出错误。 p>
我搜索了 互联网并找到了很多关于如何在我的服务器上安装PostgreSQL的建议,但我不需要在我的网络服务器上运行数据库服务,我只需要允许PHP连接到远程服务。 p>
有人可以给我一个安装驱动程序的逐步菜单指南吗? p> div>
I need to be able to connect from my (Ubuntu + Apache) web server to a remote PostgreSQL database, but unfortunately, the version of PHP on my web server doesn't have the php_pgsql.dll library and throws an error if I try and uncomment this section of php.ini.
I've searched the internet and found lots of advice on how to install PostgreSQL on my server, but I don't need to run the database service on my web server, I just need to allow PHP to connect to the remote service.
Can anyone give me a step-by-step noob guide to installing the driver?
我需要能够从我的(Ubuntu + Apache)Web服务器连接到远程PostgreSQL数据库,但不幸的是 ,我的Web服务器上的PHP版本没有php_pgsql.dll库,如果我尝试取消注释php.ini的这一部分,则会抛出错误。 p>
我搜索了 互联网并找到了很多关于如何在我的服务器上安装PostgreSQL的建议,但我不需要在我的网络服务器上运行数据库服务,我只需要允许PHP连接到远程服务。 p>
有人可以给我一个安装驱动程序的逐步菜单指南吗? p> div>