pg_connect works, DBI::connect says permission denied

From: ryan miller <ryemiller(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: pg_connect works, DBI::connect says permission denied
Date: 2005-11-16 23:02:04
Message-ID: 30ee5f780511161502y3c93d6bcgbb76c839418ce589@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello,
I'm having problems connecting to my Postgres database using DBI::connect in
Perl.

--------------------------------------------------------------------------------------------------------------------------------------------------
DBI connect('dbname=visualizer','visualizer',...) failed: could not connect
to server: Permission denied
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
--------------------------------------------------------------------------------------------------------------------------------------------------

Two important things to note:
1) The permissions on both the /tmp directory and the socket file are 777
(full access)
2) I can connect to the same database just fine using pg_connect in PHP

I just installed everything on a new server, and everything worked fine on
the old one.
I figure I missed some configuration detail somewhere. Any ideas?

Here are the versions I'm using:
PostgreSQL 7.4.8
PHP 4.3.9
Perl 5.8.5
Don't remember which version of Redhat I have

Thanks in advance for your consideration,
RYan Miller

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Fuhr 2005-11-17 04:14:56 Re: Receive a record not a tuple - plpgsql
Previous Message George Weaver 2005-11-16 22:59:06 Problem getting xml2 contrib module working with 8.1