Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/joomla/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何将Joomla2.5连接到Postgresql?_Postgresql_Joomla - Fatal编程技术网

如何将Joomla2.5连接到Postgresql?

如何将Joomla2.5连接到Postgresql?,postgresql,joomla,Postgresql,Joomla,我想将joomla 2.5连接到Postgresql数据库。 我该怎么做呢?您必须在/database/中为postgresql创建文件配置 从2.5版开始,您可以在。Postgres support native上观看此特定主题。你想在Postgres上运行Joomla还是想构建一个连接到另一个Postgres数据库的组件?当我安装Joomla 2.5时,我只看到Joomla支持mysql和mysqli。我想构建一个连接到Postgres数据库的组件?Officialy joomla(安装程序

我想将joomla 2.5连接到Postgresql数据库。

我该怎么做呢?

您必须在
/database/
中为postgresql创建文件配置


从2.5版开始,您可以在。

Postgres support native上观看此特定主题。你想在Postgres上运行Joomla还是想构建一个连接到另一个Postgres数据库的组件?当我安装Joomla 2.5时,我只看到Joomla支持mysql和mysqli。我想构建一个连接到Postgres数据库的组件?Officialy joomla(安装程序)仅在mysql和mysqli上受支持,如果你想构建一个组件,你可以使用PDO,例如,根据你的需要,它不会有效,因为你将有两个独立的数据库。。。