Thanks Fred, I will look into this. How can I ensure that all instances of mongrel is stopped?
Schalk Frederick Cheung wrote: > > On 2 Oct 2008, at 15:43, Schalk Neethling wrote: > >> Hi there everyone, >> >> On my production server I start the mongrel server as follows: >> >> mongrel_rails start -e production -a 127.0.0.1 -p 3001 -d >> >> However when going to the domain I get the following error: >> >> #42000Unknown database 'satechevents_development' >> > Assuming your database.yml is sane, are you sure that the requests are > actually going to that mongrel ? for example if you had a separate > mongrel already running in dev mode, then the second one would just > fail to start (possibly silently seing as you've passed -d). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

