Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting to postgreSQL server

From: Clemens Ladisch <clemens(at)ladisch(dot)de>
To: Keith Yanase <keith(dot)yanase(at)soterawireless(dot)com>, pgsql-odbc(at)postgresql(dot)org
Cc: "Bhavika Padidala (MINDTREE LIMITED)" <v-bhpadi(at)microsoft(dot)com>, "Prashanth Reddy Kalvakuntla (MINDTREE LIMITED)" <v-prkalv(at)microsoft(dot)com>, "Vikram Ramagiri (MINDTREE LIMITED)" <v-virama(at)microsoft(dot)com>, support <support(at)mail(dot)support(dot)microsoft(dot)com>
Subject: Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting to postgreSQL server
Date: 2020-01-19 20:40:43
Message-ID: 09372b0f-72e6-0d97-05fc-0e1a668fd8ef@ladisch.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Keith Yanase wrote:
> I ran the command and when I tel psqlODBC to connect to localhost:5432 I get this message in the terminal:
> Channel 3: open failed: connect failed: connection refused

Does the PostgreSQL server run on the "jupyter" host?

Is the database configured to listen on "localhost" or "127.0.0.1"?
In the latter case, use "ssh -L localhost:5432:127.0.0.1:5432 jupyter".

Regards,
Clemens

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Keith Yanase 2020-01-20 01:20:45 Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting to postgreSQL server
Previous Message Keith Yanase 2020-01-19 20:10:02 Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting to postgreSQL server