> 2) Adam and Gergely, I did nothing at all to configure Postgres. I am > sure there info online regarding this .. .sorry ... can you point at this > doc(s)??? Frankly I would to use no authenticatio, e.g. no password as this > is my own sandbox. Here is my .urp file: > > database dbname=urblog > sql urblog.sql > > urblog
Gian's tutorial contains the line urweb -db "host=localhost user=username password=******* dbname=urblog" -dbms mysql urblog I was not able to use an empty password as this syntax does not handle apostrophes. Set a password with your database server and tell urweb it through the above syntax. - Gergely _______________________________________________ Ur mailing list [email protected] http://www.impredicative.com/cgi-bin/mailman/listinfo/ur
