Python 3 and SSH Tunnel

Chris Angelico rosuav at gmail.com
Thu Aug 8 20:57:35 EDT 2013


On Fri, Aug 9, 2013 at 1:50 AM, D. Xenakis <gouzounakis at 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



More information about the Python-list mailing list