首页 > 数据库 > MySQL > 正文

mysql数据1135报错问题解决办

2024-07-24 12:36:42
字体:
来源:转载
供稿:网友

错误提醒:Error:Cantcreateanewthread(errno12).Ifyouarenotoutofavailablememory,youcanconsultthemanualforapossibleOS-dependentbug //Vevb.com

Errno.:1135

解决办法:

1,升级glibc版本。

2,修改配置文件

/etc/my.cnf,[mysqld]下增加

  1. innodb_thread_sleep_delay=40 
  2. wait_timeout=100 
  3. interactive_timeout=100 

增加如下代码:

  1. [mysqld_safe] 
  2. open-files-limit=10240 

3,检查下系统相关链接数大小设置.

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表