[Ur] 3rd day on Ur tutorial
Gergely Buday
gbuday at gmail.com
Wed Jul 20 00:59:01 EDT 2011
> 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
More information about the Ur
mailing list