报错大全

报错 /core/library/think/db/Connection.php 第 466 行左右 由于个别空间的数据库配置问题,请点击: [错误代码] SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared

发布时间:2023-05-31 08:50 所属栏目:报错大全

报错 /core/library/think/db/Connection.php 第 466 行左右



[错误代码]
SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared


解决方法:

查询频率比较高,发生了mysql的Error1615报错,通过实践设置mysql相关参数发现可以解决此报错 可以查看下当前的table_open_cache设置: Opened_tables数值非常大,说明cache太小,导致要频繁地open table,可以查看下当前的table_open_cache设置:

很多情况是mysql的变量值设置不合理引起的,调整以下值:

table_open_cache 64=16384
table_definition_cache 256=16384
mysql set global table_open_cache=16384;

mysql set global table_definition_cache=16384;



在线客服
易小优
转人工 ×