【问题描述】打开某个网页以后就直接出现这样的提示,如下所述:
MySQL Error
Message: Can not connect to MySQL server
SQL:
Error: Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
Errno.: 1135
【问题分析】
MySQL的错误
信息:无法连接到MySQL服务器
SQL:
错误:不能创建一个新线程(errno的12);如果你不出来的可用内存,你可以咨询errno的错误的手册,为可能操作系统的依赖。
Errno.: 1135
错误编号:1135
数据库服务器问题,数据库操作无法创建新线程。一般是有以下3个方面的原因:
1、MySQL 线程开得太多。
2、服务器系统内存溢出。
3、环境软件损坏或系统损坏。
【问题解决】1、虚拟主机用户请联系下空间商询问数据库服务器的内存和系统是否正常运行。
2、独立主机用户:
1)进入 phpmyadmin 的 mysql 数据库中的 user 表,对数据库的用户进行编辑,修改 max_connections 的值。适当的改小一点。
2)联系服务器管理员检查服务器的内存和系统是否正常,如果服务器内存紧张,请检查一下哪些进程消耗了服务器的内存,同时考虑是否增加服务器的内存来提高整个系统的负载能力。
3)mysql版本更改为稳定版本
4)优化网站程序的sql等等
相关文章
- Can't create a new thread (errno 11) 解决办法 mysql无法连接
- MySQL创建外键出现 ERROR 1005: Can't create table (errno: 150)解决办法
- 急Resin服务器下出现Can't create a new thread (errno 12)........
- MySQL提示1135-Can't create a new thread (errno12)
- mysqldump: Got error: 1135: Can't create a new thread (errno 11); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug when trying to connect 解决办法
- message from server: "Can't create a new thread (errno 12); if you are not out
- ERROR 1135 (HY000): Can't create a new thread (errno 11); 引发的血案
- mysqldump: Got error: 1135: Can't create a new thread (errno 11); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug when trying to connect 解决办法
- can't create a new thread(errno 11) ;if you are not out of avaiable memory ,you can consult the manu
- mysql连接提示1135 can't create a new thread (errno 12),求助