Greg wrote: > Thanks for the response. > > I'm actually just trying to get db:create to work first (although I > did try db:migrate to no avail). Surely db:create should work with > just "development" defined in the yml and existing in MySQL ???? > > I will try creating and defining all three, just to be sure...
Yep, db:create works for development only while db:create:all works with all specified environments listed in your database.yml file. You don't need the socket and you don't need the r...@ubi line either... -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

