Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52239

Re: Python 3 and SSH Tunnel

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.057
X-Spam-Evidence '*H*': 0.91; '*S*': 0.02; 'configure': 0.05; 'subject:Python': 0.06; 'postgresql': 0.07; 'postgresql.': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'option': 0.32; 'fri,': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'remote': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'simply': 0.61; 'save': 0.62; 'such': 0.63; 'yes': 0.68; 'same,': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ZzsOGArTcgUz6aOzCgqeW96wSqQ831ECg1kIOGs+R7I=; b=qBokQxwsZ1qNJEvOoYYZYXAxhd19O7uf+yEg7dyQpNtkzV02fSxOD28CtiLFr7uSfP C5MeirgUJohChXOyZrEei/pt8n6vqQi3101t5coszlwdWOEuN0S1BwxqEWdj8mbqC/pE sPunzBVCZkdeWRFY8mlf/kcuabKNsYuWBatyT3HCTjjeVGGXHaufTwgUpwR352N40+ne kXnj1adnxSNfzlcAt8xYJs3fQG1O99NuPhd1gHjk4voVQMA+4z5rQ2+aGfCEy8Xrp91n Orupzg7MLn5ySbBBgWPiLncQifLrOkymIvPFn/vrXg4MrAj/n6/9tRyqcIOBCl53mnF1 1PPA==
MIME-Version 1.0
X-Received by 10.52.34.40 with SMTP id w8mr3918601vdi.7.1376009855908; Thu, 08 Aug 2013 17:57:35 -0700 (PDT)
In-Reply-To <9c004d9a-eecc-4eb3-8e61-657dc0db021d@googlegroups.com>
References <092fdbf5-1db3-4ea5-82ee-4b02cec80dc6@googlegroups.com> <mailman.377.1376002908.1251.python-list@python.org> <9c004d9a-eecc-4eb3-8e61-657dc0db021d@googlegroups.com>
Date Fri, 9 Aug 2013 01:57:35 +0100
Subject Re: Python 3 and SSH Tunnel
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.381.1376009865.1251.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1376009865 news.xs4all.nl 15910 [2001:888:2000:d::a6]:53696
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:52239

Show key headers only | View raw


On Fri, Aug 9, 2013 at 1:50 AM, D. Xenakis <gouzounakis@hotmail.com> wrote:
>> Alternatively, can you use PostgreSQL instead? :)
>
> Yes there is such an option to be honest.
> Would that be helpfull instead of MySQL?

It would, mainly because it's simply a better database engine.
Everything to do with tunneling is going to be the same, save that you
use port 5432 instead of 3306. But check if you can configure remote
access directly on PostgreSQL.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python 3 and SSH Tunnel "D. Xenakis" <gouzounakis@hotmail.com> - 2013-08-08 12:30 -0700
  Re: Python 3 and SSH Tunnel Skip Montanaro <skip@pobox.com> - 2013-08-08 15:03 -0500
  Re: Python 3 and SSH Tunnel Chris Angelico <rosuav@gmail.com> - 2013-08-08 23:54 +0100
    Re: Python 3 and SSH Tunnel "D. Xenakis" <gouzounakis@hotmail.com> - 2013-08-08 17:46 -0700
      Re: Python 3 and SSH Tunnel Chris Angelico <rosuav@gmail.com> - 2013-08-09 01:56 +0100
      Re: Python 3 and SSH Tunnel Bernd Waterkamp <Bernd-Waterkamp@web.de> - 2013-08-09 18:40 +0200
    Re: Python 3 and SSH Tunnel "D. Xenakis" <gouzounakis@hotmail.com> - 2013-08-08 17:50 -0700
      Re: Python 3 and SSH Tunnel Chris Angelico <rosuav@gmail.com> - 2013-08-09 01:57 +0100
  Re: Python 3 and SSH Tunnel "D. Xenakis" <gouzounakis@hotmail.com> - 2013-08-10 03:39 -0700
    Re: Python 3 and SSH Tunnel Veritatem Ignotam <veritatem.ignotam@gmail.com> - 2013-08-10 14:29 -0400
    Re: Python 3 and SSH Tunnel Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-08-10 16:16 -0400

csiph-web