Re: Heavily-loaded MySQL: Resource temporarily unavavailable?

2007-03-02 Thread Chris Boot
Jay Pipes wrote: Other variables you may want to look at is ensuring that your table_cache (or table_open_cache if 5.1+) has enough room to deal with 600 connections * the number of average tables in a typical SQL expression executed against the server. If this variable value is really low, y

Re: Heavily-loaded MySQL: Resource temporarily unavavailable?

2007-03-02 Thread Jay Pipes
Rolando Edwards" <[EMAIL PROTECTED]> To: "Chris Boot" <[EMAIL PROTECTED]> Cc: mysql@lists.mysql.com Sent: Friday, March 2, 2007 2:19:38 PM (GMT-0500) Auto-Detected Subject: Re: Heavily-loaded MySQL: Resource temporarily unavavailable? I hope I am not asking dumb questions but

Re: Heavily-loaded MySQL: Resource temporarily unavavailable?

2007-03-02 Thread Chris Boot
t;[EMAIL PROTECTED]> To: "Chris Boot" <[EMAIL PROTECTED]> Cc: mysql@lists.mysql.com Sent: Friday, March 2, 2007 2:19:38 PM (GMT-0500) Auto-Detected Subject: Re: Heavily-loaded MySQL: Resource temporarily unavavailable? I hope I am not asking dumb questions but please consider t

Re: Heavily-loaded MySQL: Resource temporarily unavavailable?

2007-03-02 Thread Jay Pipes
ECTED]> To: "Chris Boot" <[EMAIL PROTECTED]> Cc: mysql@lists.mysql.com Sent: Friday, March 2, 2007 2:19:38 PM (GMT-0500) Auto-Detected Subject: Re: Heavily-loaded MySQL: Resource temporarily unavavailable? I hope I am not asking dumb questions but please consider the following: 1

Re: Heavily-loaded MySQL: Resource temporarily unavavailable?

2007-03-02 Thread Chris Boot
is Boot" <[EMAIL PROTECTED]> Cc: mysql@lists.mysql.com Sent: Friday, March 2, 2007 2:19:38 PM (GMT-0500) Auto-Detected Subject: Re: Heavily-loaded MySQL: Resource temporarily unavavailable? I hope I am not asking dumb questions but please consider the following: 1) Do you mysql_close

Re: Heavily-loaded MySQL: Resource temporarily unavavailable?

2007-03-02 Thread Rolando Edwards
Friday, March 2, 2007 1:34:40 PM (GMT-0500) Auto-Detected Subject: Heavily-loaded MySQL: Resource temporarily unavavailable? All, I'm running a loaded MySQL server and every so often MySQL seems to refuse connections in batches, which manifests itself as the following errors in PHP: mysql_c

Re: Heavily-loaded MySQL: Resource temporarily unavavailable?

2007-03-02 Thread Rolando Edwards
500) Auto-Detected Subject: Heavily-loaded MySQL: Resource temporarily unavavailable? All, I'm running a loaded MySQL server and every so often MySQL seems to refuse connections in batches, which manifests itself as the following errors in PHP: mysql_connect() [function.mysql-connect]: Can't c

Heavily-loaded MySQL: Resource temporarily unavavailable?

2007-03-02 Thread Chris Boot
All, I'm running a loaded MySQL server and every so often MySQL seems to refuse connections in batches, which manifests itself as the following errors in PHP: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (11) [path to