![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Can anybody help get me started here? I've downloaded the 8-beta .msi file and ran set up on my XP Home laptop. Now I have no clue what to do. I followed Carlo's web tutorial and got almost all the way through the Cygwin install for 7.4.3 (many, many times), but, alas, I ended here... ------------------------ When I type in the three lines of code - cygrunsrv --install postmaster ... --shutdown, I get the following error: cygrunsrv: Error installing a service: OpenService: win32 error 1073: The specified service exists already. When I type in cygrunsrv: --start postmaster, I get the following error: cygrunsrv: Error starting a service: StartService: Win32 error 1069: The service did not start due to logon failure. ------------------------ That's when I quite that route and went with the version 8-beta. The only problem is, I haven't seen any instructions that make a lick of sense to me. Any guidance would be appreciated. I really want to standardize on PGSQL rather than MySQL, but this whole painful process has left my head ringing. Any help would be greatly appreciated. I will post a tutorial of what I did to get PGSQL up and running if I'm able to do it. If not, I guess I have to go with MySQL even though I would prefer not to go that route. TIA... --------------------------------- Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! |
#3
| |||
| |||
|
|
Can anybody help get me started here? I've downloaded the 8-beta .msi file and ran set up on my XP Home laptop. Now I have no clue what to do. I followed Carlo's web tutorial and got almost all the way through the Cygwin install for 7.4.3 (many, many times), but, alas, I ended here... ------------------------ When I type in the three lines of code - cygrunsrv --install postmaster ... --shutdown, I get the following error: cygrunsrv: Error installing a service: OpenService: win32 error 1073: The specified service exists already. When I type in cygrunsrv: --start postmaster, I get the following error: cygrunsrv: Error starting a service: StartService: Win32 error 1069: The service did not start due to logon failure. ------------------------ That's when I quite that route and went with the version 8-be ta. The only problem is, I haven't seen any instructions that make a lick of sense to me. Any guidance would be appreciated. I really want to standardize on PGSQL rather than MySQL, but this whole painful process has left my head ringing. Any help would be greatly appreciated. I will post a tutorial of what I did to get PGSQL up and running if I'm able to do it. If not, I guess I have to go with MySQL even though I would prefer not to go that route. TIA... __________________________________________________ ____________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! |
#4
| |||
| |||
|
|
Can anybody help get me started here? I've downloaded the 8-beta .msi file and ran set up on my XP Home laptop. Now I have no clue what to do. |
#5
| |||
| |||
|
|
Can anybody help get me started here? I've downloaded the 8-beta .msi file and ran set up on my XP Home laptop. Now I have no clue what to do. |
#6
| |||
| |||
|
|
I didn't want to install it as a service since I do lots of things on my laptop besides database development. I want to manually start and stop the program. |

#7
| |||
| |||
|
|
I didn't want to install it as a service since I do lots of things on my laptop besides database development. I want to manually start and stop the program. |

#8
| |||
| |||
|
|
I didn't want to install it as a service since I do lots of things on my laptop besides database development. I want to manually start and stop the program. |

#9
| |||
| |||
|
|
After I successfully ran initdb, I typed in pg-ctl start -D /cygdrive/c/postgresql/data |
|
and received the following error: bash: pg-ctl command not found. |
|
Also, can someone explain the "cygdrive" directory nomenclature? Does /cygdrive/c/postgresql/data - C:cygwin/var/postgresql/data? |
#10
| ||||||
| ||||||
|
|
I'm going back to try and install and run PGSQL 7.4.3 on WinXP Home using CYGWIN. |
|
When I do all the above (including everyithing in Carlo's tutorial): initdb -D /var/postgresql/data works just fine. |
|
However, when I type in the three lines of code cygrunsrv --install postmaster ... --shutdown |
|
in his tutorial I get the following error: cygrunsrv: Error installing a service: OpenService: win32 error 1073: The specified service exists already. |
|
cygrunsrv: Error starting a service: StartService: Win32 error 1069: The service did not start due to logon failure |
|
Also, if I'm using cygserver, do i need to install cygipc, too? |
![]() |
| Thread Tools | |
| Display Modes | |
| |