You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysqltuner started giving me strange suggestions. it seems everytime i run it it is slightly different as well.
it suggested
query_cache_type = 0
query_cache_size = 32M
query_cache_limit = 0
-this makes no sense because 0 means off. also the limit is less than the size.
The text was updated successfully, but these errors were encountered:
Recently is keeps suggesting
join_buffer_size (> 200.0M, or always use indexes with JOINs)
No matter how high I incerase it it wants me to increase it more.
I think there is a definite bug here. 200M join buffer size is not good.
mysqltuner started giving me strange suggestions. it seems everytime i run it it is slightly different as well.
it suggested
query_cache_type = 0
query_cache_size = 32M
query_cache_limit = 0
-this makes no sense because 0 means off. also the limit is less than the size.
The text was updated successfully, but these errors were encountered: