Hello,
I’ve xtradb cluster version 8.0 and i am using mysqltuner script to enhance the performance. Now i’ve the below message from mysqltuner…Can some one explain what to do?
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
Restrict Host for user@% to user@SpecificDNSorIp
Reduce your overall MySQL memory footprint for system stability
Adjust your join queries to always utilize indexes
Increase table_open_cache gradually to avoid file descriptor limits
Read this before increasing table_open_cache over 64: http://bit.ly/1mi7c4C
Beware that open_files_limit (16364) variable
should be greater than table_open_cache ( 1024)
Variables to adjust:
*** MySQL’s maximum memory usage is dangerously high ***
*** Add RAM before increasing MySQL buffer variables ***
query_cache_size (>= 8M)
join_buffer_size (> 16.0M, or always use indexes with joins)
table_open_cache (> 1024)
innodb_buffer_pool_instances(=3)