Tries to enable in MySQL Query Cache.
When adding the following lines to my.cnf:
query_cache_type = 1
query_cache_size = 100M
query_cache_limit = 1M
It get an error when rebooting mysql.
The following content appears in the logs.
I can not deal with it.