It has absolutely NOTHING to do with Netbeans. When you are at your command prompt and type 'gem install mysql' what do you get? The error message is telling you that the ruby mysql connector is not loaded on your system and you need to load it. The included mysql connector was removed from rails 22 (probbnly because of poor performace). The recomendation for using mysql was always to load the mysql gem, as the performance of that connector is great.
On Sat, Apr 25, 2009 at 4:03 PM, Donatien Musamu <[email protected]>wrote: > Hi Jas > Thanks to remember of that!. I'm running this program on hp ZV5000 with XP > Pro Operating System. > I tried many times , but I'm still getting error. Now I uninstall Netbeans > 6.5.1 and install again see what will happen . > I will provide to you an actual input and out examples when done. > Thank you again! > > Donatien Musamu > > > > > ------------------------------ > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: [rails-development] Re: Rails 2.2 mysql.rb driver has been > removed! > Date: Sat, 25 Apr 2009 14:40:28 -0400 > > Everyone needs to (not ordered): > 1. Remember to tell us what type of hardware, version of OS, etc. > 2. Tell us what you have tried already. > 3. Provide actual inputs and output examples. Being specific increases > responses. > > > Date: Sat, 25 Apr 2009 06:48:52 -0700 > > Subject: [rails-development] Rails 2.2 mysql.rb driver has been removed! > > From: [email protected] > > To: [email protected] > > > > I am trying to run a helloworld application(exercise) and just updated > > my rails version. I try to connect MySQL database but I get this error > > -> > > > > !!! The bundled mysql.rb driver has been removed from Rails 2.2. > > Please install the mysql gem and try again: gem install mysql. > > rake aborted! > > no such file to load -- mysql > > Any one can help this issue please! > > Donatien > EOF > > > ------------------------------ > Windows Live™ SkyDrive™: Get 25 GB of free online storage. Check it > out.<http://windowslive.com/online/skydrive?ocid=TXT_TAGLM_WL_skydrive_042009> > > > ------------------------------ > Windows Live Messenger makes it easier to stay in touch – learn > how!<http://go.microsoft.com/?linkid=9650731> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ruby-on-rails-programming-with-passion" group. To unsubscribe from this group, send email to ruby-on-rails-programming-with-passion-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/ruby-on-rails-programming-with-passion?hl=en?hl=en -~----------~----~----~----~------~----~------~--~---
