mysql 报错 :Can’t create more than max_prepared_stmt_count statements
临时解决方案:
set global max_prepared_stmt_count=1000000;
状态查看:
show global status like ‘com_stmt%’;
临时解决方案:
set global max_prepared_stmt_count=1000000;
状态查看:
show global status like ‘com_stmt%’;