运行存储过程出现Thread stack overrun
2020-03-03 本文已影响0人
JiangCheng97
Thread stack overrun: 7216 bytes used of a 131072 byte stack, and 128000 bytes needed.
Use 'mysqld --thread_stack=#' to specify a bigger stack.
解决方案
vim /etc/my.cnf
#将thread_stack设置大一点
thread_stack=256K