Any idea what this means? I have done many google searches and got nothing? Any help is greatly appreciated. -- Posted via http://www.ruby-forum.com/.
On 17/08/06, Ben Johnson <bjohnson@mediamanifest.com> wrote:> > Any idea what this means?Check if the MySQL server is running and if it''s listening on the right address. -- Cheers, Hasan Diwan <hasan.diwan@gmail.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060818/58e3747a/attachment.html
Ben Johnson
2006-Aug-18 06:35 UTC
[Rails] Re: Mysql::Error: Can''t create UNIX socket (24)
Hasan Diwan wrote:> On 17/08/06, Ben Johnson <bjohnson@mediamanifest.com> 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? -- Posted via http://www.ruby-forum.com/.
On 8/18/06, Ben Johnson <bjohnson@mediamanifest.com> wrote:> > Hasan Diwan wrote: > > On 17/08/06, Ben Johnson <bjohnson@mediamanifest.com> 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? >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. -- Jim Kane fastjames@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060818/e52e60e1/attachment.html