Feb 18, 2022
6
Level 27
Prepared statement needs to be re-prepared
Illuminate\Database\QueryException
SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared (SQL: select * from v_page_visitors where bulan = 1 and tahun = 2022)
ref: https://www.codeproject.com/Questions/1258477/General-error-1615-prepared-statement-needs-to-be
Any idea what it means ?
Level 27
The last thing I tried: show global variables like '%table_definition_cache%'
table_definition_cache 400
Still waiting for my web host to adjust the:
SET GLOBAL table_definition_cache = 4096;
SET GLOBAL table_open_cache = 4096;
Please or to participate in this conversation.