From: | "Viktor Vislobokov" <vvislobokov(at)lukoilperm(dot)ru> |
---|---|
To: | Ferindo Middleton Jr <ferindo(dot)middleton(at)verizon(dot)net> |
Cc: | pgsql-docs(at)postgresql(dot)org |
Subject: | Re: Newbie: problem Connecting to Server |
Date: | 2003-04-01 02:56:04 |
Message-ID: | 3E88FFC4.8070900@lukoilperm.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
Ferindo Middleton Jr wrote:
> I'm running Redhat Linux 8. I have registration to the Redhat Network so
> I'm probably running the latest version of postgre sql available. I also
> have Redhat Databse v2.1 installed, but whenever I try to start a session,
> I get the following error message:
>
> psql: could not connect to server: No such file or directory
> Is the server running locally and accepting
> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
>
> Please help me configure my system so that I can connect and begin to use
> postgresql.
/etc/init.d/postgresql start
After this:
Check your PostgreSQL server is running.
ps -ax | grep postmaster
You should be see some as:
807 ? S 0:02 /usr/bin/postmaster
If no, check your PostgreSQL installation.
With best wishes,
Victor Vislobokov
Perm, Russia
From | Date | Subject | |
---|---|---|---|
Next Message | Viktor Vislobokov | 2003-04-01 03:06:17 | Updated Russian version of FAQ |
Previous Message | muhammad umar | 2003-03-31 10:50:02 | Suggestion |