Python - MySQL连接器 - 无法创建超过max_prepared_stmt_count的语句

时间:2016-06-10 14:06:41

标签: python mysql mysql-connector

我正在使用mySQL连接器运行Python程序,该程序使用大量的mySQL查询。程序在中途停止并发出错误:

mysql.connector.errors.ProgrammingError: 1461 (42000): Can't create more than max_prepared_stmt_count statements (current value: 16382)

我见过的有关此错误的其他问题涉及PHP或Propel。是否有一个简单的Python / mySQL解决方案(可能更改了mySQL变量)来修复/绕过这个?我也看到'关闭查询'作为建议;这是一件事,有没有Pythonic的方法来做到这一点?

0 个答案:

没有答案