Merhaba arkadaşlar sizden sunucum için yaptığım my.cnf üzerine tavsiye istiyorum.Sunucu özellikleri 6 gb ram, 200 gb SSD disk, 4 x 11396 MHz.My.cnf dosyasını aşağıya ekliyorum.Tavsiyelerinizi bekliyorum.

[mysqld]
performance_schema=off
skip-networking
innodb_file_per_table=1
tmpdir=/tmp
max_connections=500
max_user_connections=500
key_buffer_size=384M
myisam_sort_buffer_size=192M
join_buffer_size=1M
read_buffer_size=128K
sort_buffer_size=128K
table_open_cache=3072
thread_cache_size=1024
table_definition_cache=2048
open_files_limit=56000
wait_timeout=60
connect_timeout=60
tmp_table_size=128M
max_heap_table_size=128M
max_allowed_packet=268435456
query_cache_limit=4M
query_cache_size=128M
query_cache_type=1
interactive_timeout=60
max_connect_errors=15
local-infile=0
innodb_buffer_pool_size=512M
innodb_additional_mem_pool_size=96M
innodb_thread_concurrency=4
innodb_log_file_size=128M
innodb_log_buffer_size=10M
innodb_flush_method=O_DIRECT
default-storage-engine=MyISAM
[isamchk]
key_buffer=512M
sort_buffer_size=2M
read_buffer=2M
write_buffer=2M
[myisamchk]
tmpdir=/tmp
key_buffer=512M
sort_buffer=2M
read_buffer=2M
write_buffer=2M