在Cygwin和Python上使用MySQLdb,我得到以下错误。我不想在Cygwin上安装MySQLDB。是否有一种方法可以使用MySQL的windows版本并连接到它。Python 2.7.5 (default, Oct 2 2013, 22:34:09)Type "help", "copyright", "credits" or "license" for more information.
"UPDATE hqstock SET citylastprice = '%s' WHERE id = '%s'"%(CITYPRICE[k], tID[k]))File "C:\Python27\lib\site-packages\MySQLdb\cursors.py", line 201, in execute
self.errorhandler(self, exc, value)File "C:\Python27\li