From: Jeff D. <da...@da...> - 2002-01-17 18:07:15
|
Tim Bogart said: > I did copy the wiki_pagedb.gdbm to a pages > dir that I created and did a chmod 777 on them. (Of course, that's only used by the DBA backend, and so has nothing to do with postgres...) > The complete error goes like this... > > lib/WikiDB/backend/PearDB.php:27: Fatal[256]: Can't connect to > database: wikidb_backend_pgsql: fatal database error > > DB Error: connect failed > (pgsql://tim:********@xxx.xxx.xxx.xxx/wiki) Hmmm. Can you connect from the command line? I'm not a postgres expert, but I think the command for that would be: psql -h xxx.xxx.xxx.xxx -W wiki tim |