Changes between Version 8 and Version 9 of UsersWikiWinCompileInitdb


Ignore:
Timestamp:
Jul 16, 2009, 6:55:44 PM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileInitdb

    v8 v9  
    44
    55
    6 1. Create a windows local user called postgres
    7 2. /c/postgres/bin/initdb -U postgres -W -D /c/postgres/data -A trust
    8 3. you may want to change the port in the C:/postgres/data/pogstresql.conf file
    9 4. Install as service: (From Dos not MingW)
     6  1. Create a windows local user called postgres
     7  2. /c/postgres/bin/initdb -U postgres -W -D /c/postgres/data -A trust
     8  3. you may want to change the port in the C:/postgres/data/pogstresql.conf file
     9  4. Install as service: (From Dos not MingW)
    1010
    1111"c:\postgres]bin\pg_ctl" register -N "pgsql-8.3 test" -D "C:\postgres\data" -U postgres -P "somepassword"
    12 5. go into services panel under windows and start 
     12  5. go into services panel under windows and start