이 에러는 말 그대로 postmaster 데몬이 떠 있지 않을 경우 또는 떠 있더라도 '/i' 옵션을 주지 않아서 그런 경우도 있습니다.
그러므로 일단 postmaster 가 떠 있는지 또 '/i' 옵션이 주어져 있는지 확인해 보시기 바랍니다.
phpinfo() 에서 그렇게 나오는 것은 pgsql 용 라이브러리가 포함되어 컴파일 되었다는 말일 뿐입니다.
> mysql, php3, postgreSQl을 함께 사용하여야 하는데...
> 어디서 어떻게 시작하여야 할지 몰라 답답하기만 합니다. 혹 도움주실분
> 계시면 어더바이스해주시면 감사하겠습니다.
>
>
> Warning: Unable to connect to PostgresSQL server: connectDB() // conne
> ct() failed: 연결이 거부됨 Is the postmaster running (with /i) at 'loc
> alhost' and accepting connections on TCP/IP port '5432'? in /hosting/~
> mydirect/index.php3 on line 52
>
>
> //////////////////////////////////////////////////////////////
> 아래정보는 http://www.bpshop.net/a.php3로 보실수 있습니다.
>
> PostgreSQL Allow persistent links: Yes
> Persistent links: 0/Unlimited
> Total links: 0/Unlimited
> Compilation definitions: PGSQL_INCLUDE=
> PGSQL_LFLAGS=
> PGSQL_LIBS=
>
>
>
|