Python MySQL connector - unread result found 错误解决方法

引起错误的代码:

cursor = cnx.cursor()

将上述代码改为:

cursor = cnx.cursor(buffered=True)

 

posted on 2018-08-24 20:23  mentiantian  阅读(1367)  评论(0编辑  收藏  举报