Next
Previous Contents
MySQLdb FAQ
Andy Dustman
$Id: MySQLdb-FAQ.sgml,v 1.1 2000/03/11 22:04:58 adustman Exp $
1.
Compiling
_mysqlmodule.so
1.1 ImportError: libmysqlclient.so.6: cannot open shared object file:
1.2 ImportError: ./_mysqlmodule.so: undefined symbol: PyLong_FromUnsignedLongLong
1.3 ./_mysqlmodule.c:33: mysql.h: No such file or directory
1.4 I'm using Windows...
2.
Trouble with ZMySQLDA
2.1 Building ZMySQLDA
2.2 How do I use it?
3.
Using MySQLdb
3.1 What do I do if I am completely clueless?
3.2 No, I mean
really
clueless!
3.3 But MySQL doesn't have cursors!
3.4 cursor.rollback() is missing!
3.5 How do I use some of the special MySQL features?
3.6 I still wanna use _mysql directly.
Next
Previous Contents