Hello Sebastian, (SS == "Sebastian Stadtlich") [EMAIL PROTECTED] writes: SS> I switched my provider and now i often get this error message when SS> using mysql from my php-skripts: SS> "Warning: MySQL Connection Failed: Can't create a new SS> thread (errno 11). If you are not out of available SS> memory, you can consult the manual for a possible SS> OS-dependent bug in include/dbcall.inc.php3 on line 6 SS> Unable to select database" SS> could someone tell me what this exactly want's to tell me? SS> and even better : what the admin of the server can do about it? *I'm no expert on this topic*, but.. Ask the admin to check the ulimit for mysql and to place this in it's startup script: # Increase number of file descriptors ulimit -n 1024 I've had similar problems in the past. Also check the archives at http://www.deadly.org/ as the site owner ran into that problem quite a while ago. A whole article about it is there somewhere. -Brian -- Press any key to continue, or any other key to quit. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]