phpbar.de logo

Mailinglisten-Archive

[php] PHP & MySQL Fehlermeldung

[php] PHP & MySQL Fehlermeldung

Christian Thiele ChristianThiele_(at)_gmx.de
Tue, 2 Jan 2001 21:40:08 +0100


Hi,

ich hab da mal ein dringendes Problem und hoffe auf schnelle Antwort ob der
Fehler bei mir oder bei Puretec liegt. Beim Einloggen mit der PHPlib kam
folgende Meldung...

"Warning: MySQL Connection Failed: 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 in include/dbcall.inc.php3 on line 6
Unable to select database"

Und meine dbcall.inc.php3 sieht so aus...

while ((!$db)&&($z<=5))
 {
   $z++;
   $db =  MYSQL_CONNECT($hostname, $userdb, $passworddb);
   _(at)_mysql_select_db($dbName,$db ) or die( "Unable to select database");
   if (!$db) sleep(1);
 }

if (!$db) {
      echo "Der Datenbankserver ist derzeit nicht erreichbar. Bitte später
probieren";
       $nowtime = time();
       $nowtime = date("d.m.Y H:i:s",$nowtime);
       _(at)_mail($flirtmaster, "Server nicht erreichbar!",$nowtime,
              "From: $flirtmaster\nReturn-Path: $flirtmaster");

      exit();
}


Ich hab etwa 5 Mails bekommen das der Server nicht erreichbar war...aber
wieso?????

Ciao & Vielen Vielen Dank...

Christian




php::bar PHP Wiki   -   Listenarchive