Krisha
pain in the neck
Win 2000 + PostgresSQL + PHP + cygWin
Поставили cygWin с postgres. Сделали inintdb. И запустили postmaster. Через консоль создали базу.
Как приконнектится к этой базе из php, который под виндами с апачем ?
P.S. Проинсталили ipc-daemon2 --install-as-service.
Запускаться сервис не хатит, говорит:
The description for Event ID ( 0 ) in Source ( Cygwin ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: (ipc-daemon2) Unable to start IPC-daemon !.
-~{}~ 05.03.04 18:29:
про попытке сделать так:
Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: No connection could be made because the target machine actively refused it. (0x0000274D) Is the server running on host localhost and accepting TCP/IP connections on port 5432? . in d:\development\new.ddiweb.net\htdocs\newcvs\test.php on line
Поставили cygWin с postgres. Сделали inintdb. И запустили postmaster. Через консоль создали базу.
Как приконнектится к этой базе из php, который под виндами с апачем ?
P.S. Проинсталили ipc-daemon2 --install-as-service.
Запускаться сервис не хатит, говорит:
The description for Event ID ( 0 ) in Source ( Cygwin ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: (ipc-daemon2) Unable to start IPC-daemon !.
-~{}~ 05.03.04 18:29:
про попытке сделать так:
PHP:
<?
pg_connect('host=localhost port=5432 dbname=dditest');
?>