Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/269.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
Php 更改Mantis中的数据库端口(postgresql)_Php_Mantis_Php Pgsql - Fatal编程技术网

Php 更改Mantis中的数据库端口(postgresql)

Php 更改Mantis中的数据库端口(postgresql),php,mantis,php-pgsql,Php,Mantis,Php Pgsql,我正在使用mantis,我想更改数据库的端口,我尝试了 $g_hostname='192.168.56.33:5533' 但那没用 有没有办法更改mantis中postgresql数据库配置的默认端口 您确定PostgreSQL正在IP上侦听吗。我猜默认行为是只在本地主机上侦听。我在pg_hba.conf中为mantis添加了一个条目。您确定PostgreSQL正在IP上侦听吗。我猜默认行为是只在本地主机上监听。

我正在使用mantis,我想更改数据库的端口,我尝试了

$g_hostname='192.168.56.33:5533'

但那没用


有没有办法更改mantis中postgresql数据库配置的默认端口

您确定PostgreSQL正在IP上侦听吗。我猜默认行为是只在本地主机上侦听。我在pg_hba.conf中为mantis添加了一个条目。您确定PostgreSQL正在IP上侦听吗。我猜默认行为是只在本地主机上监听。