Re: Problem with createdb

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with createdb
Дата
Msg-id 23386.1193757755@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem with createdb  (Durgaprasad Pawar <durgaprasad.pawar@yahoo.co.in>)
Список pgsql-novice
Durgaprasad Pawar <durgaprasad.pawar@yahoo.co.in> writes:
> bin # ./createdb -U dpgres -p 9999 -h 127.0.0.1 -q mydb
> createdb: could not connect to database postgres: could not
> connect to server: No route to host

"No route to host" for 127.0.0.1 ???

There's something seriously hosed about your networking configuration.
This isn't a Postgres-specific problem --- no doubt you'll find that any
TCP-based connection fails similarly, eg telnet.  Since you didn't
mention what platform this is, there's not much help we can give, but
in any case you should find an OS-specific help list for it.

            regards, tom lane

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

Предыдущее
От: "Moiz Kothari"
Дата:
Сообщение: Re: Problem with createdb
Следующее
От: Durgaprasad Pawar
Дата:
Сообщение: Re: Problem with createdb