1. 程式人生 > >MYSQL 內存報錯 Use 'mysqld --thread_stack=#' to specify a bigger stack.

MYSQL 內存報錯 Use 'mysqld --thread_stack=#' to specify a bigger stack.

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.