Roelof Wobben wrote: > Juan Pablo Genovese wrote: >> Is your MySQL instance running in the same computer? If no, did you open >> the >> port 3306? >> Did you create the corresponding users and granted them access and >> sufficient permissions to do the required tasks? >> >> 2010/5/28 Roelof Wobben <[email protected]> > > > Hello Juan Pablo Genovese. > > i use netbeans for this so I thought that mysql is running. > I did not create users and so on because I thought netbeans would take > care of this.
No, NetBeans won't set up your database for you. I would strongly recommend against using NetBeans for Rails. It's an excellent IDE, but Rails does not benefit from the use of a heavy IDE. Just use a good text editor (I like KomodoEdit; many people use TextMate). > > I will ask this in a netbeans forums so i can verify this ? > Don't bother. NB is not supposed to set up your entire dev box. > Roelof Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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.

