MySQL Error: Prepared statement needs to be re-prepared
To fix this error, first try to restart the MySQL services. Otherwise, try modifying any of the following database settings:
tmp_table_size 32M=>64M
join_buffer_size 256k=>512k
table_open_cache 128=>16384
table_definition_cache 1024=>16384
No comments