在添加游标的时候,添加prepared=True
cursor = mydb.cursor(prepared=True)
感谢博主:
【已解决】Python MySQL: Not all parameters were used in the SQL statement - MoonYear530 - 博客园一、事故缘起 今天构造了一个超过 50 多个参数的 SQL 插入语句,在执行的时候提示 Not all parameters were used in the SQL statement,提示「SQLhttps://www.cnblogs.com/MoonYear530/p/13698763.html