php connect postgres sql错误,您能帮我吗?

问题描述

我设置了bitnami postgressqlPHP

PHPinfo加载没有问题,但是 PHPinfo的postgres部分很好 但是,如果尝试访问数据库,则会发生错误

<?PHP
function exception_error_handler($errno,$errstr,$errfile,$errline ) {
    throw new ErrorException($errstr,$errno,$errline);
}
set_error_handler("exception_error_handler");
try {$conn=@pg_connect("host=localhost dbname=Test user=postgres password=1234");
} 
Catch (Exception $e) {
    Echo $e->getMessage();
}
?>
pg_connect(): Unable to connect to Postgresql server: ġ������: "Test" �����ͺ��̽� ����

我使用的是Postgres sql 10,12和最新版本的PHP Apache,

但是我无法连接每个,所以我删除了所有现有的并安装了bitnami的postgres版本11.4(可以保证可以连接),然后重新安装了pgadmin4。 它似乎没有链接到11.4。

我不知道是否是因为这个原因,但是当我尝试在pgadmin中查找表时,它总是给我一个错误,指出没有关系

我正在寻找解决方案。

您能告诉我如何正确安装postgres -PHP -aphachi吗?

解决方法

这是“ ”错误 ZWSP 错误

������:“测试”�����ͺ��̽� ���� 是ZWSP哈哈