标签: php postgresql
任何人都可以帮我解决这个错误吗?我尝试将PHP 7.0.8与PostgreSQL 9.6联系起来。
PHP 7.0.8
PostgreSQL 9.6
pg_connect():无法连接到PostgreSQL服务器:连接信息字符串中的“资源”后缺少“=”
$db = pg_connect("host=localhost port=5432 dbname=xxx user=postgres password=xxx") or die('connection failed');