Changes between Version 21 and Version 22 of UsersWikiWinCompileInitdb


Ignore:
Timestamp:
Jul 20, 2009, 4:30:14 AM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileInitdb

    v21 v22  
    77  2. /c/postgres/bin/initdb -U postgres -D /c/postgres/data -A trust
    88  3. you may want to change the port in the C:/postgres/data/posgresql.conf file (in our case running under 8433 not to conflict with our regular postgres install)
    9   4. Install as service: (From Dos not MingW)
     9  4. Install as service: (From Dos not MingW)  -- note in this case postgres is a windows account and password you specified for the windows account.
    1010
    1111"c:\postgres\bin\pg_ctl" register -N "pgsql-8.3 test" -D "C:\postgres\data" -U postgres -P "somepassword"