Changes between Version 8 and Version 9 of UsersWikiWinCompileInitdb
- Timestamp:
- 07/16/09 18:55:44 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified UsersWikiWinCompileInitdb
v8 v9 4 4 5 5 6 1. Create a windows local user called postgres7 2. /c/postgres/bin/initdb -U postgres -W -D /c/postgres/data -A trust8 3. you may want to change the port in the C:/postgres/data/pogstresql.conf file9 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) 10 10 11 11 "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 start12 5. go into services panel under windows and start