| From: | Ray O'Donnell <ray(at)rodonnell(dot)ie> |
|---|---|
| To: | Kaab Rustam <kaabrustam(at)gmail(dot)com>, pgadmin-support(at)lists(dot)postgresql(dot)org |
| Subject: | Re: help |
| Date: | 2020-01-17 09:50:52 |
| Message-ID: | e19b3611-7dce-b3cf-886b-1d663c6c6716@rodonnell.ie |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
On 17/01/2020 08:14, Kaab Rustam wrote:
> Dear Sir,
> I am trying to install postgresql, but it gives following error, what
> should I do? please help
>
> "could not connect to server: Connection refused Is the server running
> on host "localhost" (::1) and accepting TCP/IP connections on port 5433?
> could not connect to server: Connection refused Is the server running on
> host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5433?"
First off, this mailing list is for PgAdmin, not for PostgreSQL itself;
the pgsql-general list is probably more appropriate and has a wider
audience. Having said that, some more information would be helpful:
- What platform?
- How did you install PostgreSQL?
- Are you trying to connect from the same machine on which PG is
installed, or from another machine?
I'd also check a couple of things:
- Is PostgreSQL running? Look for PG processes:
ps ax | grep postgres
- If you're connecting from a different machine, look for the
list_addresses setting in postgresql.conf; depending on how PG was
installed, it's often set to listen on localhost only.
Ray.
--
Raymond O'Donnell // Galway // Ireland
ray(at)rodonnell(dot)ie
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ray O'Donnell | 2020-01-17 10:12:43 | Re: help |
| Previous Message | Aditya Toshniwal | 2020-01-17 09:20:40 | Re: help |