您的位置:首页 > 数据库 > MySQL

MySQL 报错 thread_stack=#\' to specify a bigger stack

2016-07-05 11:20 681 查看
问题:

把MySQL从阿里云还原到本地之后,启动Tomcat7,从浏览器运行WEB系统报如下的错误:

### Error querying database.? Cause: java.sql.SQLException: Thread stack overrun:? 3480 bytes used of a 131072 byte stack, and 0 bytes needed.? Use 'mysqld --thread_stack=#' to specify a bigger stack.
### The error may exist in com/anche/systemService/page/page.xml
### The error may involve com.anche.systemService.page.dao.IDao_page.queryPageDataCount-Inline
### The error occurred while setting parameters
### SQL: {call? p_getDataCount (?,?)}
### Cause: java.sql.SQLException: Thread stack overrun:? 3480 bytes used of a 131072 byte stack, and 0 bytes needed.? Use 'mysqld --thread_stack=#' to specify a bigger stack.
; uncategorized SQLException for SQL []; SQL state [HY000]; error code [1436]; Thread stack overrun:? 3480 bytes used of a 131072 byte stack, and 0 bytes needed.? Use 'mysqld --thread_stack=#' to specify a bigger stack.; nested exception is java.sql.SQLException: Thread stack overrun:? 3480 bytes used of a 131072 byte stack, and 0 bytes needed.? Use 'mysqld --thread_stack=#' to specify a bigger stack.

解决:

打开my.ini配置文件,修改 read_rnd_buffer_size = 256K
(原来是128K)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: