Mysql::Error: Can't create UNIX socket (24)

Any idea what this means? I have done many google searches and got
nothing?

Any help is greatly appreciated.

On 17/08/06, Ben J. [email protected] wrote:

Any idea what this means?

Check if the MySQL server is running and if it’s listening on the right
address.

Hasan D. wrote:

On 17/08/06, Ben J. [email protected] wrote:

Any idea what this means?

Check if the MySQL server is running and if it’s listening on the right
address.

This is running in a background process. So for about 30 minutes the
process was rnning and then all of a sudden I get this error. Any ideas?

On 8/18/06, Ben J. [email protected] wrote:

This is running in a background process. So for about 30 minutes the
process was rnning and then all of a sudden I get this error. Any ideas?

Based on your description and the number in the error message (24), I’d
say
you got a UNIX system error 24. That’s “too many open files.” You can
probably change this limit, but it would be better to figure out why
your
long-running process has so many open files.