|
From: SourceForge.net <no...@so...> - 2007-02-08 09:20:04
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4146644 By: nobody of course I mean phpPgAdmin and yes i log from a different server with a different user to the postgresql server manually to be precise : # su - nobody nobody@xxx:~$ psql -h yyy -U zzz -d xxx Password: Welcome to psql, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands \? for help on internal slash commands \g or terminate with semicolon to execute query \q to quit xxx=> SUCCESS! but phpPgAdmin fails with message no other message than 'login failed' and apparently it doesnt even try to connect to the postgresql server (nothing logged and tcpdump just told me) so I guess it's not postgres fault. I know 7.2 is way too old, but that's a requirement here, and it's advertised to work, no ? if not, i will reconsider. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=115884 |