From: | "Henshall, Stuart - Design & Print" <SHenshall(at)westcountry-design-print(dot)co(dot)uk> |
---|---|
To: | 'Mike Blankemeyer' <Mike_Blankemeyer(at)PHLSCI(dot)com>, "'pgsql-ports(at)postgresql(dot)org'" <pgsql-ports(at)postgresql(dot)org> |
Subject: | Re: Question |
Date: | 2002-11-04 16:52:00 |
Message-ID: | E2870D8CE1CCD311BAF50008C71EDE8E0506DC92@MAIL_EXCHANGE |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
Mike Blankemeyer wrote:
> I keep getting this error when trying to connect to my database
>
>> Error trying to connect to database 'bess' on localhost
>>
>> PostrgreSQL error message: Connection to the database failed could
>> not connect to server: Connection timed out
>>
>> Is the server running on host and accepting TCP/IP connection on
>> port 5432
>>
> I'm pretty sure I accepted the default port which according to all
> the documentation I can find is 5432 I am very new to Linux, liking
> it but frustrated, thanks in advance for any help
>
>
>
>
> Best
> Mike Blankemeyer
> Philadelphia Scientific
> Mike_blankmeyer(at)phlsci(dot)com
Make sure the database server is running.
Something like:
postmaster &
should start the postmaster or give a message stating it has already been
started.
It is possible that is not starting because the datbase data area has not
been initialised. You need to run initdb for this. For more info try:
http://www.postgresql.org
is the general site
http://www5.uk.postgresql.org/docs/faq-english.html
for the FAQ
http://www.postgresql.org/idocs/
for the intercative documents index
http://www.postgresql.org/idocs/index.php?tutorial-start.html
for the tutorial documents
http://www.postgresql.org/idocs/index.php?admin.html
for the admin guide.
http://techdocs.postgresql.org/
for techdocs.
If you have more problems try pgsql-general(at)postgresql(dot)org or
pgsql-novice(at)postgresql(dot)org
hth,
- Stuart
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Galbavy | 2002-11-05 08:13:11 | openbsd 3.2, postgresql 7.3beta3 and openssl 'e_os.h' include file |
Previous Message | Madere, Colin | 2002-10-30 17:28:52 | library path compile/link problem on Solaris |