dlewis23 Posted May 31, 2007 CID Share Posted May 31, 2007 Ive got a small MySQL problem. I and many of the users on my site keep getting the following error Warning: mysql_connect() [function.mysql-connect]: 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 in /backup/**/**/includes/mysql.class.php on line 5 mySQL: 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 on line 5 in /backup/**/**/includes/mysql.class.php does anyone know of a way to fix it? Link to comment Share on other sites More sharing options...
Swimmer Posted May 31, 2007 CID Share Posted May 31, 2007 Well.. it is a connection error. I would try increasing the number of allowed connections. Has your user traffic increased? When did this start happening? Link to comment Share on other sites More sharing options...
dlewis23 Posted May 31, 2007 Author CID Share Posted May 31, 2007 Well.. it is a connection error. I would try increasing the number of allowed connections. Has your user traffic increased? When did this start happening? It started happening yesterday, but it was real bad today. My traffic increased about 4% this week. I will increase the connections and see if that works. Link to comment Share on other sites More sharing options...
Recommended Posts