5353 Shaares
1 Privater Link
1 Privater Link
Your table_definition_cache is too low (400). This can lead to the database error "Prepared statement needs to be re-prepared". Please set it at least to 1400 (or -1 for autosizing). See here for more information.
set GLOBAL table_definition_cache=4000;
For table_definition_cache; 4000 is the minimum value