• 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!

MySQL - error #1436(Naprawiony) jeszcze 1 problem =( "ostatni post"

Wiw3K

New Member
Joined
Apr 16, 2008
Messages
371
Reaction score
3
mam dokładnie taki error jeżeli chce dodać kogoś do bazy danych "Players"
#1436 - Thread stack overrun: 6804 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack.
zdaje mi sie że musze coś zmienić na dedyku z mysql ale co i jak :confused:
 
Last edited:
Wpisz osiem miliardow dziewiecset siedemdziesiat dwa miliony szescset dwadziescia cztery tysiace piecset dwadziescia jeden.
 
xD niedziała , wyskakują błędy że musi być wyłączony mysql to wyłączyłem, wpisałem tam "=120000" i coś tam pisze i nic zaraz sie nie dzieje...

r30240:~# /etc/init.d/mysql stop
Stopping MySQL database server: mysqld.

r30240:~# mysqld -O thread_stack=120000
091115 19:04:06 [Warning] option 'thread_stack': unsigned value 120000 adjusted to 131072
091115 19:04:06 [Note] Plugin 'FEDERATED' is disabled.
091115 19:04:06 InnoDB: Started; log sequence number 0 615392
091115 19:04:06 [Note] Event Scheduler: Loaded 0 events
091115 19:04:06 [Note] mysqld: ready for connections.
Version: '5.1.37-2' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Debian)
 
--edit--
mam
mysqld -O thread_stack=256K
pomogło :D
 
Last edited:
Back
Top