Hi, As far as i know the query_cache_type for MariaDB still exists but deprecated and it seems that is not helping so i would like to recommend to get it on new installations as disabled by using: query_cache_type = 0 query_cache_size = 0 The...