optimization

Just wanted to know how to fix the 3 fail below in the host tools:

MySQL:

  • key_buffer_size = 1073741824 - OK
  • query_cache_limit = 1048576 - OK
  • query_cache_size = 0 - FAIL (must be >= 16777216)
  • query_cache_type = OFF - FAIL (must be strcasecmp on)
  • max_heap_table_size = 16777216 - OK
  • tmp_table_size = 16777216 - OK
  • thread_cache_size = 0 - FAIL (must be > 0)
  • 668
  • More
Replies (3)
    Login or Join to comment.