MySQL - Thread stack overrun: bytes used of a byte stack

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск

MySQL - Thread stack overrun: bytes used of a byte stack

Ошибка в админке скрипта:

Thread stack overrun: 6084 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack.Thread stack overrun: 6084 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack


Решается увеличением параметра thread_stack в my.cnf:

# vi /etc/my.cnf
thread_stack = 512K

Перезапускаем mysql:

# /etc/init.d/mysqld restart
Stopping mysqld:                                           [  OK  ]
Starting mysqld:
Индекс цитирования