【NodeJS】Error: Can't create more than max_prepared_stmt_count statements (current value: 16382)
问题在Log中发现数据库插入出错,Error:Can'tcreatemorethanmax_prepared_stmt_countstatements(currentvalue:16382),初遇该问题的我,一脸懵逼!原因主因:在写插入语句时,没有做参数化的优化,如下:letsqlString="INSERTINTO`TABLE`(`FIELD1`,`FIELD2`,`FIELD3`,`FIELD