Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Trouble with mod_perl, Apache::Session::Postgres, and DBI

by staunch (Pilgrim)
on Feb 03, 2002 at 21:23 UTC ( #143106=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my($dbh) = DBI->connect('dbi:Pg:dbname=dbhere', 'userhere', 'passhere'
    +, {
        AutoCommit => 1,
    ...
        Handle => $dbh,
        Commit => 1,
    });
    
  2. or download this
    my($dbh) = DBI->connect('dbi:Pg:dbname=dbhere', 'userhere', 'passhere'
    +, {
        AutoCommit => 1,
    ...
        Password => 'passhere',
        Commit => 1,
    });
    
  3. or download this
    DBD::Pg::st execute failed: pqReadData() --  read() failed: errno=88 a
    +t /usr/lib/perl5/site_perl/Apache/Session/Store/DBI.pm line 65.
    (in cleanup) DBD::Pg::st execute failed: pqReadData() --  read() faile
    +d: errno=88 at /usr/lib/perl5/site_perl/Apache/Session/Store/DBI.pm l
    +ine 65.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://143106]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2023-12-11 05:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?