Hello,
Recently i upgraded from mysql 5.5 to mysql 5.6 and now i am facing a very high cpu usage.
Please find below the my.cnf configuration that worked on mysql 5.5 but its seems its not working on 5.6
Recently i upgraded from mysql 5.5 to mysql 5.6 and now i am facing a very high cpu usage.
Please find below the my.cnf configuration that worked on mysql 5.5 but its seems its not working on 5.6
Code:
innodb_buffer_pool_size=2g
open_files_limit=3692
tmpdir="/mysqltmp"
concurrent_insert=ALWAYS
join_buffer_size=3M
table_open_cache=2k
max_heap_table_size=512M
query_cache_size=128M
tmp_table_size=512M
low_priority_updates=1
max_connections=500
key_buffer_size=256M
thread_cache_size=16k
table_definition_cache=8k
key_buffer=64M
query_cache_limit=4M
innodb_file_per_table=1
long_query_time=5
interactive_timeout=30
low_priority_updates=1
max_connections=500
key_buffer_size=256M
thread_cache_size=16k
table_definition_cache=8k
key_buffer=64M
query_cache_limit=4M
innodb_file_per_table=1
long_query_time=5
interactive_timeout=30
wait_timeout=30
default-storage-engine=MyISAM
query_cache_size=8M
local-infile=0