Hello,
I have some trouble connecting my PostgreSQL-Server.
When I execute this small script:
#!/usr/bin/perl

use warnings;
use strict;

use DBI;

my $dbh = DBI->connect ("DBI:Pg:dbname=test2", "postgres", "wunderbar")
   or die "Keine Verbindung mit der DB!\n";

exit;

I get this error:
DBI connect('dbname=test2','postgres',...) failed: FATAL:
Ident-Authentifizierung für Benutzer »postgres« fehlgeschlagen
 at ./postgre_test_1.pl line 8
Keine Verbindung mit der DB!

What I have to change for the Cluster? Where are the changes? What I have to
consider, and can I use your PostgreSQL-Server without the cluster?

Thank you.

Gruss Christian

-- 
DSL-Aktion wegen großer Nachfrage bis 28.2.2006 verlängert:
GMX DSL-Flatrate 1 Jahr kostenlos* http://www.gmx.net/de/go/dsl

Reply via email to