MYSQL 内存报错 Use 'mysqld --thread_stack=#' to specify a bigger stack.
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MYSQL 内存报错 Use 'mysqld --thread_stack=#' to specify a bigger stack.相关的知识,希望对你有一定的参考价值。
mysql 内存报错 Use ‘mysqld --thread_stack=#‘ to specify a bigger stack.
今天在使用mysql的过程中,连接数据库始终无法成功
最后发现是数据库无法执行增加修改的操作
:错误代码
Thread stack overrun: 11552 bytes used of a 131072 byte stack, and 128000 bytes needed. Use ‘mysqld --thread_stack=#‘ to specify a bigger stack.
解决办法
修改mysql 配置文件
my.ini
thread_stack 参数调整的更大一些 我设置是256K my-small.ini thread_stack=256K
重启mysql 服务即可
本文出自 “小菜鸟” 博客,请务必保留此出处http://baishuchao.blog.51cto.com/12918589/1939974
以上是关于MYSQL 内存报错 Use 'mysqld --thread_stack=#' to specify a bigger stack.的主要内容,如果未能解决你的问题,请参考以下文章
mysql 修改列为not null报错Invalid use of NULL value
XAMPP启动mysql报错Port 3306 in use by ““C:Program FilesMySQLMySQL Server 5.5inmysqld“……
XAMPP启动mysql报错Port 3306 in use by ““C:Program FilesMySQLMySQL Server 5.5inmysqld“……