A-A+

mysql数据1135报错问题解决办法

2017年10月18日 PHP技术文章 暂无评论 阅读 0 views 次

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

Errno.:1135

解决办法:

1,升级glibc版本。

2,修改配置文件

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

innodb_thread_sleep_delay=40

wait_timeout=100

interactive_timeout=100

增加如下代码:

[mysqld_safe]

open-files-limit=10240

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

标签:

给我留言