Hi all!
I ran the mysql tuner
And it gave me the following:
Well, i could just "copy and paste" it in my.cnf but i think this would be good? (*note i could be an idiot with these vallues) :
Thanks!
I ran the mysql tuner
And it gave me the following:
skip-name-resolve=ON
join_buffer_size (> 256.0K, or always use indexes with JOINs)
tmp_table_size (> 16M)
max_heap_table_size (> 16M)
table_definition_cache (400) > 3122 or -1 (autosizing if supported)
performance_schema=ON
key_buffer_size (~ 27M)
innodb_buffer_pool_size (>= 843.6M) if possible.
innodb_log_file_size should be (=32M) if possible, so InnoDB total log file size equals 25% of buffer pool size.
Well, i could just "copy and paste" it in my.cnf but i think this would be good? (*note i could be an idiot with these vallues) :
I have 30 GB op RAM on my server.join_buffer_size = 512M
tmp_buffer_size = 64M
max_heap_table_size = 64M
table_definition_cache = 5120
performance_schema = ON
key_buffer_size = 2GB
innodb_buffer_pool_size = 2GB
innodb_log_file_size = 1GB
Thanks!