### Cause: java.sql.SQLException: Thread stack overrun: 1028696 bytes used of a 1048576 byte stack, and 20000 bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack. ; uncategorized SQLException for SQL []; SQL state [HY000]; error code [1436]; Thread stack overrun: 1028696 bytes used of a 1048576 byte stack, and 20000 bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.; nested exception is java.sql.SQLException: Thread stack overrun: 1028696 bytes used of a 1048576 byte stack, and 20000 bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.] with root cause。
关于mysql大量数据查询时遇到的遇到的一个线程栈溢出的问题:
解决办法:
我所用的是windowsu环境,所以是找到mysql安装路径下的my.ini文件中的[mysqld]下方添加thread_stack=8M,由于我的数据量非常大,所以这里设置为8M,可以根据各自情况进行调整。这样问题就得到解决了,亲测有效!有想了解的,可以找我私聊进行沟通。
03-02
3430
02-26
290
01-28
526
05-11
2024