Difference between revisions of "Postgres"

From TUTOS

m (Undo revision 2926 by KayoKasahara (Talk))
 
Line 4: Line 4:
  
 
In order to prepare Postgres for TUTOS do this:
 
In order to prepare Postgres for TUTOS do this:
* createdb -h $DBHOST -p $DBPORT -U $DBSUSER $DBNAME [http://www.research-service.com/custom-research-paper.html custom research papers]
+
* createdb -h $DBHOST -p $DBPORT -U $DBSUSER $DBNAME
 
* add a entry to pg_hba.conf like host  $DBNAME  [IP Addr of $APACHEHOST]  255.255.255.255  trust
 
* add a entry to pg_hba.conf like host  $DBNAME  [IP Addr of $APACHEHOST]  255.255.255.255  trust

Latest revision as of 06:31, 28 February 2010

A free database.

http://www.postgresql.org/

In order to prepare Postgres for TUTOS do this:

  • createdb -h $DBHOST -p $DBPORT -U $DBSUSER $DBNAME
  • add a entry to pg_hba.conf like host $DBNAME [IP Addr of $APACHEHOST] 255.255.255.255 trust