View Full Version : Python and MySql
How can I connect to my Powweb MySql databases with Python? I've tried _Mysql.connect(...), but it says it "2013, 'Lost connection to MySQL server during query".
Use the module MySQLdb. There are various examples on the web for using this module.
http://sourceforge.net/projects/mysql-python
Otherwise you can try SQLObject:
http://sqlobject.org/
Julian
http://julianyap.blogspot.com
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.