3 We use the default 'test' user whom is allowed to connect to the 'test' database from localhost only.
9 Testing under Postgresql:
10 -------------------------
12 # createuser -SRlD mogile
13 # createdb -E UTF8 -O mogile tmp_mogiletest
17 MOGTEST_DBUSER=mogile \
18 MOGTEST_DBNAME=tmp_mogiletest \
19 MOGTEST_DBTYPE=Postgres
24 MOGTEST_DBUSER=mogile \
25 MOGTEST_DBNAME=tmp_mogiletest \