无法连接到数据库phppgadmin

时间:2016-09-15 15:31:30

标签: php database phppgadmin

我无法连接到数据库。我已经有了phppgadmin并且已经创建了一个新的数据库和表。在我编码的php文件中:

<?php
 $conn = pgconnect ("host = localhost dbname = sign_in         user = postgre password = 123456");
 if (!$conn){
   Echo "ERROR";
   }
?>

我该怎么办?

0 个答案:

没有答案