Podaj treść błędu (jeśli ci takowy wyskakuje w konsoli).
# * Fine Tuning
#
key_buffer = 90M
max_allowed_packet = 460M
myisam_sort_buffer_size = 600M # 64M
sort_buffer_size = 800M
tmp_table_size =8000M
max_heap_table_size =8000M
thread_stack = 11920K
thread_cache_size = 8000
thread_cache = 150
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
max_connections = 817200
max_user_connections = 40860
table_cache = 10240
table_definition_cache = 10240
wait_timeout = 72000
thread_concurrency = 15
#
# * Query Cache Configuration
#
query_cache_limit = 125M
query_cache_size = 155M
I co tam zmienić?
Good?