Re: HELP! Data needed out of pgsql!

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: HELP! Data needed out of pgsql!
Дата
Msg-id 52420536-62AC-4E0F-8786-3330A1FB9792@pgedit.com
обсуждение исходный текст
Ответ на HELP! Data needed out of pgsql!  (Lester <lesterewing@mac.com>)
Список pgsql-novice
On Aug 20, 2009, at 9:15 AM, Lester wrote:

> Just to provide more info, this is what I'm getting when I start up
> the software..
>
> "Unable to connect to server: Connection refused
> Is the server running on host "localhost" and accepting TCP/IP
> CONNECTIONS ON PORT 7147?
>
> Connection data: host=localhost  port=7147 user=mdp  password='mdp'
> dbname=mdp
>

Most likely either Postgres is not running or it is not using port
7147. You can check to see if Postgres is running by starting up
Activity Monitor (in /Applications/Utilities) and looking for the name
"postgres" in the process name column.

If it is not running, you can start it in Terminal assuming you know
the location of the data. See

http://www.postgresql.org/docs/8.3/interactive/server-start.html



John DeSoi, Ph.D.





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

Предыдущее
От: John DeSoi
Дата:
Сообщение: Re: HELP! Data needed out of pgsql!
Следующее
От: Lester
Дата:
Сообщение: Re: HELP! Data needed out of pgsql!