Cannot to connect.

From: Dmitry <jimmy(at)1adw(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Cannot to connect.
Date: 2004-09-08 12:53:06
Message-ID: opsd0d2suzkcxiau@jimmy.office
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi there!

I just installed PostgresSQL 8 beta1 for Windows ( I have WinXP ).
I launched pgAdmin III and created one test DB. So, it was created.
Then, I launch my Zend Studio and tryed to connect to this new test DB
using next code to check connection:

<?php
$psConn = pg_connect( "dbname=jimmyDB" );
echo("$psConn");
?>

It doesn't work.

In the php.ini I uncomment line

extension=php_pgsql.dll

I have php 4.3.7

and I restart Apache, but it still does not work.

I don't understand what I need to do else.
Could you help me?

--
Sincerely,
Dmitry Shirokovskiy.
Web-developer of 1ADW Co.
www.1adw.com
RUSSIA

Browse pgsql-bugs by date

  From Date Subject
Next Message Mike Hornick 2004-09-08 15:12:15 8.0 beta service won't start
Previous Message Harald Armin Massa 2004-09-08 10:21:59 Re: BUG #1245: Postgres won't start