Changes between Version 34 and Version 35 of UsersWikiWinCompileInitdb


Ignore:
Timestamp:
Dec 9, 2009, 7:16:56 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileInitdb

    v34 v35  
    1212 4. Install as service: (From DOS not MinGW)  -- note that in this case postgres is a windows account so use the password you specified for the windows account.[[BR]][[BR]]     "c:\postgres\bin\pg_ctl" register -N "pgsql-8.3 test" -D "C:\postgres\data" -U postgres -P "somepassword"
    1313
    14  5. Go into services panel under windows and start[[BR]][[BR]]
     14 5. Go into the Services panel under windows and start the PostgreSQL service[[BR]][[BR]]
    1515  a. If your service does not start - check the Windows Event Viewer[[BR]][[BR]]
    1616  a. You can uninstall the service with:[[BR]][[BR]]   "c:\postgres\bin\pg_ctl" unregister -N "pgsql-8.3 test" (this requires a restart)[[BR]][[BR]]A faster way is to stop the service and then from dos:[[BR]][[BR]]sc delete "pgsql-8.3 test"