Changes between Version 21 and Version 22 of UsersWikiWinCompileInitdb
- Timestamp:
- 07/20/09 04:30:14 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileInitdb
v21 v22 7 7 2. /c/postgres/bin/initdb -U postgres -D /c/postgres/data -A trust 8 8 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. 10 10 11 11 "c:\postgres\bin\pg_ctl" register -N "pgsql-8.3 test" -D "C:\postgres\data" -U postgres -P "somepassword"