PGAdmin will not connect

Поиск
Список
Период
Сортировка
От Jeff Cave
Тема PGAdmin will not connect
Дата
Msg-id 9BE513B2F04D124BAB5AE21F6EF4279F010C11BB@owa.alias.sunergon.com
обсуждение исходный текст
Ответы Re: PGAdmin will not connect  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-support
I feel a little stupid because I know this is the exact same problem I had on my windows box. The problem is, I don't
knowhow I fixed it and I can't find the conversation in the archives. 

Hopefully someone here can help me (again).

I have postgreSQL up and running on my slackware linux box. I have pgAdmin III up and running on that same box. I
cannotget the two of them talking to one another. 

I can work on the databases through psql, but when I attempt to connect using pgAdmin, I get an error:


--- SNIP ---
An error has occured:

Error coknnecting to the server: coun not connect to server:
Connection refused Is the server running on host "127.0.0.1" and accepting  TCP/IP connections on port 5423?
--- SNIP ---


I know that on my windows box, it was a problem with the pg_hba.conf. There was a problem with the configuration there,
soI copied the windows pg_hba.conf over to my linux box. No change. Grr... 

I also tried starting the server with the -i option (which wasn't there originally). That didn't seem to help.

I'm not sure what the problem is. If someone has an idea of what I am doing wrong, let me know. I'm willing to start
fromscratch if I have to... 


--- pg_hba.conf ---
host    all         all         127.0.0.1         255.255.255.255   trust

local   all         all                                             trust
host    all         all         127.0.0.1     255.255.255.255       trust
host    all         all         192.168.0.0   255.255.0.0           trust
host    all         all         192.168.0.0   255.255.0.0           trust
host    all         all         127.0.0.1         255.255.255.255   trust
--- pg_hba.conf ---




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

Предыдущее
От: "Lafleur, Henry"
Дата:
Сообщение: Error Message: Type mismatch
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: PGAdmin will not connect