A
A
Alexander Zakharov2021-08-12 04:02:45
PostgreSQL
Alexander Zakharov, 2021-08-12 04:02:45

How to configure postgresql DBMS?

When trying to connect to the server in postgresql pgadmin4, the following error appears:

could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 2452? could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 2452?

Yesterday it was not, but there were other errors.

How to set up this here ... I did not change any settings, as it was installed and launched.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Shitskov, 2021-08-12
@CleRleQ

2452 is not the standard port for postgresql. Either specify one in the postgresql settings, or connect to 5432.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question