• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • MsSql
  • Mysql
  • oracle
  • MariaDB
  • DB2
  • SQLite
  • PostgreSQL
  • MongoDB
  • Redis
  • Access
  • 数据库其它
  • sybase
  • HBase
您的位置:首页 > 数据库 >Mysql > Mysql Error Code : 1436 Thread stack overrun

Mysql Error Code : 1436 Thread stack overrun

作者:匿名 字体:[增加 减小] 来源:互联网 时间:2018-12-05

匿名通过本文主要向大家介绍了Thread,stack,overrun等相关知识,希望本文的分享对您有所帮助

I meet with the error while calling stored procedures from the MySql in my Mac system server. It similar as the description below


According to the MySQL manual “The default (192KB) is large enough for normal operation. If the thread stack size is too small, it limits the complexity of the SQL statements that the server can handle, the recursion depth of stored procedures, and other memory-consuming actions” .

To resolve this issue you need to change the default value of parameter 'thread_stack' in /etc/my.cnf in your MySQL configuration file. I use the XAMPP for php/mysql development.

Once you set this value you need to restart MySQL as this value cannot be set dynamically.

you maybe also encounter with the message when you try to modify the my.cnf

分享到:QQ空间新浪微博腾讯微博微信百度贴吧QQ好友复制网址打印

您可能想查找下面的文章:

  • Mysql Error Code : 1436 Thread stack overrun
  • mysql -参数thread_cache_size优化方法 小结
  • Mysql分析-awk+Threads分析状态
  • Mysql Error Code : 1436 Thread stack overrun
  • mysql -参数thread_cache_size优化方法 小结
  • MySQL性能优化配置参数之thread_cache和table_cache详解

相关文章

  • 2018-12-05SQLServer中汇总功能的使用GROUPING,ROLLUP和CUBE
  • 2018-12-05MS SQLServer 批量附加数据库的方法
  • 2017-05-11MySQL中InnoDB的Memcached插件的使用教程
  • 2018-12-05 漫谈数据挖掘从入门到进阶
  • 2018-12-05Mysql调优之profile的使用方法
  • 2018-12-05MySQL安装详解图文版(V5.5 For Windows)
  • 2018-12-05mysql字符集和校对规则(Mysql校对集)
  • 2018-12-05sql server中批量插入与更新两种解决方案分享(存储过程)
  • 2018-12-05MySQL5.7.18在Windows下如何安装解压版的教程
  • 2018-12-05sql 时间函数 整理的比较全了

文章分类

  • MsSql
  • Mysql
  • oracle
  • MariaDB
  • DB2
  • SQLite
  • PostgreSQL
  • MongoDB
  • Redis
  • Access
  • 数据库其它
  • sybase
  • HBase

最近更新的内容

    • MySQL 字符串函数大全
    • EXP-00056: ORACLE error 29275 encountered
    • MYSQL 数据库导入导出命令
    • 第一章 python入门
    • MySQL如何导入csv格式数据文件解决方案
    • SQLServer存储过程创建和修改的实现代码
    • MySQL Administrator 登录报错的解决方法
    • 详解SQL四种语言:DDL DML DCL TCL_MySQL
    • MySQL 建表的优化策略 小结
    • MySQL Where 条件

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有