Next
Previous Contents
MySQLdb FAQ
Andy Dustman
$Id: MySQLdb-FAQ.sgml,v 1.3 2000/06/23 20:15:10 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 ImportError: ./_mysqlmodule.so: undefined symbol: uncompress
1.4 ./_mysqlmodule.c:33: mysql.h: No such file or directory
1.5 I'm using Windows...
2.
Trouble with ZMySQLDA
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