Guest_imported
New member
- Jan 1, 1970
- 0
Hello everybody !
My bad problem is perl module of postgresql. I use this line:
$dbh=DBI->connect("dbig:dbname=mydatabase;host=myhost;port=5432;myname;mypasswd";
and this NOT work, why. I must connect other machine than my own so ?
This work if i erase host,port, This line is every homepage of internet and all use this. Is there postgresql same configuration file where this must access or ...?
My bad problem is perl module of postgresql. I use this line:
$dbh=DBI->connect("dbig:dbname=mydatabase;host=myhost;port=5432;myname;mypasswd";
and this NOT work, why. I must connect other machine than my own so ?
This work if i erase host,port, This line is every homepage of internet and all use this. Is there postgresql same configuration file where this must access or ...?