当前位置:Gxlcms > 数据库问题 > MYSQL 内存报错 Use 'mysqld --thread_stack=#' to specify a bigger stack.

MYSQL 内存报错 Use 'mysqld --thread_stack=#' to specify a bigger stack.

时间:2021-07-01 10:21:17 帮助过:78人阅读


今天在使用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 内存报错 use 'mysqld --thread_stack=#' to specify a bigger stack.

人气教程排行