Re: BUG #2025: i can conect to the server

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: BUG #2025: i can conect to the server
Дата
Msg-id 4370A395.10503@archonet.com
обсуждение исходный текст
Ответ на BUG #2025: i can conect to the server  ("edgar garcia" <edgar_gl@hotmail.com>)
Список pgsql-bugs
edgar garcia wrote:
> Bug reference:      2025
> Operating system:   Windows xp
> Description:        i can conect to the server

> when try to connect with tiny application, show a error connection.
> Are ther some ficxes to connect.
> I selected :
> Port port 5443

You mean 5432 here don't you?

> host localhost
> And the error is :
> could not connect to server. Connection Refused
> The server run in the same machine.

It's one of:
1. Your server is not running on that machine.
2. It isn't listening on the port you have given.
3. A firewall or similar is blocking access to it.
4. Your application isn't connecting to the right port etc.

For each:
1. Check your services - is PG running?
2. Check your postgresql.conf - what does it say about ports/interfaces?
3. Check your system/firewall logs
4. Try connecting from psql/pgadmin.

Once you have done this, post a question to the general or novice
mailing lists - this is unlikely to be a bug in PostgreSQL.
--
   Richard Huxton
   Archonet Ltd

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Nikolaos Papageorgiou"
Дата:
Сообщение: BUG #2024: Wrong Greek ISO-encoding assignment
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #2027: Select on view hangs.