当前位置:首页 > Mysql教程 > 列表

mysql数据1135报错问题解决办

发布:smiling 来源: PHP粉丝网  添加日期:2014-09-25 15:12:04 浏览: 评论:0 

错误提醒:Error:Cantcreateanewthread(errno12).Ifyouarenotoutofavailablememory,youcanconsultthemanualforapossibleOS-dependentbug //phpfensi.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,检查下系统相关链接数大小设置.

Tags: mysql数据 1135报错

分享到: