|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-11-19 16:55 UTC] tony2001@php.net
[2005-11-19 17:09 UTC] cjm at cjmweb dot fsnet dot co dot uk
[2005-11-19 17:22 UTC] tony2001@php.net
[2005-11-19 17:32 UTC] cjm at cjmweb dot fsnet dot co dot uk
[2005-11-19 17:36 UTC] tony2001@php.net
[2005-11-19 19:14 UTC] cjm at cjmweb dot fsnet dot co dot uk
[2005-11-19 19:20 UTC] cjm at cjmweb dot fsnet dot co dot uk
[2005-11-19 19:27 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 22:00:01 2025 UTC |
Description: ------------ I have enabled PHP-MySQL and set up MySQL correctly so that it all works. However, a few days ago, PHP-MySQL stopped working on some VHosts and stayed working on others. The problem is the fact that it works under some conditions, but not others. The mysql_connect code in this article is the same in both VHosts. Reproduce code: --------------- <?php mysql_connect("localhost","user","pwd"); //ERROR here! ?> Expected result: ---------------- I expect the admin interface or website to come up depending on the non-working domain. Actual result: -------------- 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 F:\wwwroot\index.php on line 23 Could not connect to mysql because 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