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: 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> <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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Fri, Aug 9, 2013 at 1:50 AM, D. Xenakis 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