Tijnema ! wrote:
On 3/18/07, rwhartung <[EMAIL PROTECTED]> wrote:
Thanks, but I have these changes in and it still will not connect:
file: pg_hba.conf:
# IPv4 local connections:
hostall all 127.0.0.1/32 ident sameuser
postgrsql.conf:
listen_addresses = 'localhost
On 3/18/07, rwhartung <[EMAIL PROTECTED]> wrote:
Thanks, but I have these changes in and it still will not connect:
file: pg_hba.conf:
# IPv4 local connections:
hostall all 127.0.0.1/32 ident sameuser
postgrsql.conf:
listen_addresses = 'localhost'
port = 5432
I
rwhartung wrote:
Hi,
I have this short php script: [op;ening removed.
$db = pg_connect('dbname=bpsimple user=minitwr password=RWHart') ;
print $db . "" . "\n" ;
if ($db)
{
print 'Connection attempt succeeded.' . "" . "\n" ;
} else
{
print 'Connection attempt failed.'. "" . "\n" ;
}
On 3/17/07, rwhartung <[EMAIL PROTECTED]> wrote:
Hi,
I have this short php script: [op;ening removed.
$db = pg_connect('dbname=bpsimple user=minitwr password=RWHart') ;
print $db . "" . "\n" ;
if ($db)
{
print 'Connection attempt succeeded.' . "" . "\n" ;
} else
{
print 'Con
Hi,
I have this short php script: [op;ening removed.
$db = pg_connect('dbname=bpsimple user=minitwr password=RWHart') ;
print $db . "" . "\n" ;
if ($db)
{
print 'Connection attempt succeeded.' . "" . "\n" ;
} else
{
print 'Connection attempt failed.'. "" . "\n" ;
}
$query = '
5 matches
Mail list logo