Re: Cannot Connect: Can't create a new thread (errno 11)

2007-07-05 Thread Alex Arul Lurthu
Chris, Did you check if there are any user level MAX_USER_CONNECTIONS restriction set while granting access ? Thanks Alex On 7/4/07, Chris Faust [EMAIL PROTECTED] wrote: Folks, I'm wondering is someone could help us in trying to resolve the above error, we have read through what threads

RE: Cannot Connect: Can't create a new thread (errno 11)

2007-07-05 Thread cfaust-dougot
To: cfaust-dougot Cc: mysql@lists.mysql.com Subject: Re: Cannot Connect: Can't create a new thread (errno 11) Chris, Did you check if there are any user level MAX_USER_CONNECTIONS restriction set while granting access ? Thanks Alex On 7/4/07, Chris Faust [EMAIL PROTECTED] wrote: Folks

Cannot Connect: Can't create a new thread (errno 11)

2007-07-04 Thread Chris Faust
Folks, I'm wondering is someone could help us in trying to resolve the above error, we have read through what threads we could find and tried all the suggestions, but have had no luck. There are no memory problems, in fact when this happens if there is still a localhost client connection

RE: 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'

2005-04-07 Thread Andrew Braithwaite
] Sent: Sat 02 April 2005 13:31 To: mysql@lists.mysql.com Subject: Re: 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' Hello. I don't know. With additional information we could make more exact conclusions

Re: 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'

2005-04-07 Thread Gleb Paharenko
Hello. If you are able to use a DBUG package on a production server - do it. You may limit debugging to the list of named functions with 'f' flag. See: http://dev.mysql.com/doc/mysql/en/the-dbug-package.html Send an output of 'SHOW VARIABLES', 'SHOW STATUS', ulimits for mysql user.

Re: 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'

2005-04-04 Thread Gleb Paharenko
-Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: Thu 31 March 2005 02:31 To: mysql@lists.mysql.com Subject: Re: 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

RE: 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'

2005-04-01 Thread Andrew Braithwaite
To: mysql@lists.mysql.com Subject: Re: 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' Hello. I strongly recommend you to upgrade to the latest release. Do you use official binaries? See: http://dev.mysql.com

Re: 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'

2005-04-01 Thread Gleb Paharenko
Cheers, Andrew -Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: Thu 31 March 2005 02:31 To: mysql@lists.mysql.com Subject: Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible

Re: 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'

2005-04-01 Thread Jocelyn Fournier
-Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: Thu 31 March 2005 02:31 To: mysql@lists.mysql.com Subject: Re: 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' Hello. I strongly

Re: 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'

2005-03-31 Thread Gleb Paharenko
connections connected to the same server. [EMAIL PROTECTED] mysql]# bin/mysql bin/mysql: connect to server at 'localhost' failed error: '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' I've had

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'

2005-03-30 Thread Andrew Braithwaite
Hi, I'm getting this strange error when there are more than 1100 mysql connections connected to the same server. [EMAIL PROTECTED] mysql]# bin/mysql bin/mysql: connect to server at 'localhost' failed error: 'Can't create a new thread (errno 11). If you are not out of available memory, you can

Re: Can't create a new thread (errno 11)

2004-02-27 Thread Christof Egner
Hi Ken, Sorry for my late answer, the problems occur under debian linux 3.0 with custom 2.4.20 kernel. There's no sysctl value set. Best Regards, Christof -- ___ Configo Systems GmbH - Jahnstr. 62 - 64285 Darmstadt - DE Tel

Re: Can't create a new thread (errno 11)

2004-02-27 Thread Christof Egner
Thanks for your answer. I tried it but it still occurs from time to time. Best Regards, Christof -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Can't create a new thread (errno 11)

2004-02-27 Thread Sasha Pachev
Christof Egner wrote: Thanks for your answer. I tried it but it still occurs from time to time. Best Regards, Christof Christof: During a lull in activity on your server, try a stress test to see the maximum number of connection you can establish, and maybe even to some activity on the

Re: Can't create a new thread (errno 11)

2004-02-23 Thread Ken Menzel
, February 21, 2004 5:18 AM Subject: Re: Can't create a new thread (errno 11) Hello James, thanks for your answer, but max_connections is set high enough (double the number of the currently used threads). I think the error would be Too many connections, wouldn't it? -Christof James Kelty wrote

RE: Can't create a new thread (errno 11)

2004-02-23 Thread Donny Simonton
To: Christof Egner Cc: [EMAIL PROTECTED] Subject: Re: Can't create a new thread (errno 11) Hi Christof, You don't mention the OS version you are using (So I will assume Linux) is there a sysctl for the max number of threads on your OS? Ken - Original Message - From: Christof Egner [EMAIL

Re: Can't create a new thread (errno 11)

2004-02-23 Thread Sasha Pachev
Christof Egner wrote: Hello James, thanks for your answer, but max_connections is set high enough (double the number of the currently used threads). I think the error would be Too many connections, wouldn't it? This error comes from LinuxThreads when pthread_create() fails for one reason or

Re: Can't create a new thread (errno 11)

2004-02-23 Thread Kevin Marks
On Feb 23, 2004, at 10:36 AM, Sasha Pachev wrote: Christof Egner wrote: Hello James, thanks for your answer, but max_connections is set high enough (double the number of the currently used threads). I think the error would be Too many connections, wouldn't it? This error comes from LinuxThreads

RE: Can't create a new thread (errno 11)

2004-02-23 Thread Donny Simonton
: Can't create a new thread (errno 11) On Feb 23, 2004, at 10:36 AM, Sasha Pachev wrote: Christof Egner wrote: Hello James, thanks for your answer, but max_connections is set high enough (double the number of the currently used threads). I think the error would be Too many connections

Re: Can't create a new thread (errno 11)

2004-02-21 Thread Christof Egner
%'; -James -Original Message- From: Christof Egner [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 9:03 AM To: [EMAIL PROTECTED] Subject: Can't create a new thread (errno 11) Hello, I'm having problems with a 4.0.18 MySQL Server. Since this afternoon I get the error Can't

Can't create a new thread (errno 11)

2004-02-20 Thread Christof Egner
Hello, I'm having problems with a 4.0.18 MySQL Server. Since this afternoon I get the error Can't create a new thread (errno 11) when MySQL has forked about 200-300 threads. What does it mean? I'm not running out of RAM or disk space. Best Regards, Christof -- MySQL General Mailing List

RE: Can't create a new thread (errno 11)

2004-02-20 Thread James Kelty
Check the max_connections variable Mysql show variables liks '%connection%'; -James -Original Message- From: Christof Egner [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 9:03 AM To: [EMAIL PROTECTED] Subject: Can't create a new thread (errno 11) Hello, I'm having

Can't create a new thread (errno 11)

2003-06-04 Thread HERAS,DELFIN (HP-Belgium,ex1)
Hi, When we have too many connections opened at the same time (either because they were left opened or because there are to many active connections opened), I am getting this error message when I am trying to connect to mysql: Can't create a new thread (errno 11). If you are not out of available

error: 'Can't create a new thread (errno 11)

2001-08-22 Thread Eugene Reuter
Hi I am running MySql 3.23.40-max on Caldera OpenUnix8/LKP with Apache 1.3.20/php4.0.6. I just installed it and I am testing it. After I installed php, I tested it with simple php side and after 5 or 6 hits. I am getting: Warning: Can't create a new thread (errno 11). If you are not out

Re: error: 'Can't create a new thread (errno 11)

2001-08-22 Thread Boyd Lynn Gerber
On Wed, 22 Aug 2001, Eugene Reuter wrote: I am running MySql 3.23.40-max on Caldera OpenUnix8/LKP with Apache 1.3.20/php4.0.6. I just installed it and I am testing it. After I installed php, I tested it with simple php side and after 5 or 6 hits. I am getting: Warning: Can't create a new