• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Save Problem

mi wogóle mysql siada nie ras silnik sie 5x razy resetuje bo wywala buga z mysql

my.cnf

save wywala jak zbyt długi jest save serva twoja postać normalnie stoi w tibii to tak jak by przy save samo ci się robiło ctrl + g

za czeło się tak robić w tibii 8.54

tak samo ludzie ze słabym netem gdy mają za wiele na ekranie np monsterków efektów graficznych = debug hail tibia 8.54 <_<

jeśli dobrze skonfigurujesz mysqla to save będzie krócej trwać i ich nie wywali...
 
Zainteresuj sie
# * Fine Tuning
#
key_buffer = 32M
max_allowed_packet = 16M
thread_stack = 192K
thread_cache_size = 8
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
#max_connections = 100
#table_cache = 128
#thread_concurrency = 10
#
# * Query Cache Configuration
#
query_cache_limit = 8M
query_cache_size = 128M
i dostosuj pod swoj sprzet
 
A to pierdole wjebe OTS-a do Download ;)
EDIT: Albo nie pierw wjebe na allegro i na nim trochę zarobie ;D
 
Zainteresuj sie i dostosuj pod swoj sprzet
jak mam to skonfigurowac :)
Mam tak:
# * Fine Tuning
#
key_buffer = 16M
max_allowed_packet = 16M
thread_stack = 128K
thread_cache_size = 8
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
#max_connections = 100
#table_cache = 64
#thread_concurrency = 10
#
# * Query Cache Configuration
#
query_cache_limit = 1M
query_cache_size = 16M
 
Dawaj Koci z tym:
Code:
# * Fine Tuning
#
key_buffer = 1K
max_allowed_packet = 1K
thread_stack = 1K
thread_cache_size = 1
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
max_connections = 5
#table_cache = 64
#thread_concurrency = 10
#
# * Query Cache Configuration
#
query_cache_limit = 4K
query_cache_size = 2M
 
Dawaj Koci z tym:
Code:
# * Fine Tuning
#
key_buffer = 1K
max_allowed_packet = 1K
thread_stack = 1K
thread_cache_size = 1
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
max_connections = 5
#table_cache = 64
#thread_concurrency = 10
#
# * Query Cache Configuration
#
query_cache_limit = 4K
query_cache_size = 2M
Nie za mało ??
 
Back
Top