Ask a Question related to PostgreSQL / PGSQL, Design and Development.
-
Danny Lu #1
how come I get this error message when I try to connect to Postgresql
Hello all,
I am running Postgresql 8.0.0 on Windows 98. When I try to connect to the
database with
psql.exe using "psql.exe -h localhost -p 5432 template1 postgres" I get an
error message like this:
PSQL: could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "localhost" and accepting
TCP/IP connections on port 5432?
Please help me out
Dan
__________________________________________________ _______________
Is your PC infected? Get a FREE online computer virus scan from McAfee®
Security. [url]http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963[/url]
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
Danny Lu Guest
-
How to connect Coldfusion to PostgreSQL?
Hello guys, I have PostgreSQL and Coldfusion MX 6.1 installed in a linux OS, so how can i connect then ? Thanks, Leandro -
connect to Postgresql
I create Custom JDBC Connection and write Driver,URL,User Name,Password and when i press test there show information "null pointer". -
how to connect postgresql database
hi, ===== Y.SUDHEER RAGHAV+919440521140 __________________________________ Do you Yahoo!? The all-new My Yahoo! - What will yours do? -
Error Message trying to connect to Access DB
Just upgraded to WinXP Pro to get IIS (5.1) functionality on my home computer for testing my own web applications. Handles ASP just fine until it... -
Error - when trying to connect to postgresql
When I try to connect to postresql with my php script below I got hhis eror: I can insert into the table from psql. Please help Thanks, ... -
Richard Huxton #2
Re: how come I get this error message when I try to connect
Danny Lu wrote:
I'm not sure PG is supposed to work on Windows 98, so take care.> Hello all,
> I am running Postgresql 8.0.0 on Windows 98. When I try to connect to
> the database with
> psql.exe using "psql.exe -h localhost -p 5432 template1 postgres" I get
> an error message like this:
>
> PSQL: could not connect to server: Connection refused (0x0000274D/10061)
> Is the server running on host "localhost" and accepting
> TCP/IP connections on port 5432?
Having said that, there are three things to check:
1. Is the backend process running?
2. Does the logfile say anything interesting (connection failed etc)?
3. If you open a console, "telnet localhost:5432" type "A" and hit
return a couple of times do you get an error message back?
--
Richard Huxton
Archonet Ltd
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
Richard Huxton Guest
-
Lonni J Friedman #3
Re: how come I get this error message when I try to connect to Postgresql
Is the server running on host "localhost" and accepting TCP/IP
connections on port 5432? What does your pg_hba.conf look like? Did
you enable TCP/IP connections in postgresql.conf ?
On Wed, 26 Jan 2005 10:04:35 -0500, Danny Lu <comtpig@hotmail.com> wrote:> Hello all,
> I am running Postgresql 8.0.0 on Windows 98. When I try to connect to the
> database with
> psql.exe using "psql.exe -h localhost -p 5432 template1 postgres" I get an
> error message like this:
>
> PSQL: could not connect to server: Connection refused (0x0000274D/10061)
> Is the server running on host "localhost" and accepting
> TCP/IP connections on port 5432?
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
L. Friedman [email]netllama@gmail.com[/email]
LlamaLand [url]http://netllama.linux-sxs.org[/url]
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [email]majordomo@postgresql.org[/email] so that your
message can get through to the mailing list cleanly
Lonni J Friedman Guest



Reply With Quote

