MySQLdb through proxy

Posted by MihaiD on Stack Overflow See other posts from Stack Overflow or by MihaiD
Published on 2009-06-22T15:11:05Z Indexed on 2010/03/28 18:03 UTC
Read the original article Hit count: 382

Filed under:
|
|
|

I'm using the above mentioned Python lib to connect to a MySQL server. So far I've worked locally and all worked fine, until i realized I'll have to use my program in a network where all access goes through a proxy.

Does anyone now how I can set the connections managed by that lib to use a proxy? Alternatively: do you know of another Python lib for MySQL that can handle this?

I also have no idea if the if the proxy server will allow access to the standard MySQL port or how I can trick it to allow it. Help on this is also welcomed.

© Stack Overflow or respective owner

Related posts about python

Related posts about mysqldb