 |
Forums |
Admin Discussion Forums: help Start New Thread
By: Dmitry Borodaenko
RE: can not connect to PostgreSQL 8.2 [ reply ] 2008-04-07 20:52
|
|
Your PostgreSQL 8.2 is using a non-default port number 5433 instead of 5432, probably a remnant from the time when you had both 8.2 and 8.3 installed on your (Debian?) box. Apparently you don't have anything using port 5432 anymore, so you can just point your 8.2 back to default port (look for "port = " in your postgresql.conf). Alternatively, specify port 5433 in your DSN.
|
By: Xin Zheng
can not connect to PostgreSQL 8.2 [ reply ] 2008-02-24 22:44
|
I am having issues connecting to my postgres, I believe this is because I am running 8.2, and it is expecting 8.3.
I get this message:
could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
ls -a /var/run/postgresql
. .. 8.2-main.pid .s.PGSQL.5433 .s.PGSQL.5433.lock
I am running version 8.2 because there is a prebuilt postgis package for this version.
|
|
 |