ramjai Posted February 2, 2009 Share Posted February 2, 2009 Warning: pg_connect() [function.pg-connect]: Unable to connect to PostgreSQL server: could not translate host name "localhost,dbname=userlog,user=jeyanthi,password=jairam" to address: Name or service not known in /var/www/logins/abcd_bank/admin.php on line 12 can't connect Link to comment https://forums.phpfreaks.com/topic/143441-connection-error/ Share on other sites More sharing options...
trq Posted February 2, 2009 Share Posted February 2, 2009 Post some relevent code. Link to comment https://forums.phpfreaks.com/topic/143441-connection-error/#findComment-752414 Share on other sites More sharing options...
Lucky_PHP_MAN Posted February 2, 2009 Share Posted February 2, 2009 I nvr tried pg_connect() before, but looking at the manual, the correct syntax should be something like this? $dbconn3 = pg_connect("host=localhost port=5432 dbname=mary user=lamb password=foo"); you have to define a "host=localhost" variable inside the connection string for it to connect successfully? Have no idea though. Hope it helps. Regards, LPM Link to comment https://forums.phpfreaks.com/topic/143441-connection-error/#findComment-752417 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.