|
From: SourceForge.net <no...@so...> - 2004-02-29 15:40:07
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2448081 By: nobody I have: Fedora Core 1 phpPgAdmin 3.2.1 and phpPgAdmin 3.3 postgresql 7.3.4 pg_hba.conf host all all 0.0.0.0 0.0.0.0 trust local all all trust config of phpPgAdmin: // Example for a second server $conf['servers'][1]['desc'] = 'cenik'; $conf['servers'][1]['host'] = '127.0.0.1'; $conf['servers'][1]['port'] = 5432; $conf['servers'][1]['defaultdb'] = 'cenik'; I have problem with loging. There are no messages in postgresql log. With psql I can log normaly. Please help me. Thank you. ______________________________________________________________________ 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 |