Thanks Fred, I had created the project using rails new app -d mysql which bydefault added mysql2.
I had changed the Gemfile to use mysql instead of mysql2 but did not change the database.yml file in the config directory. On Fri, Feb 4, 2011 at 1:24 PM, hari <[email protected]> wrote: > $ bundle show mysql > /home/bhas/.rvm/gems/ruby-1.9.2-p136/gems/mysql-2.8.1 > > but when I run > > $ rake db:migrate > (in /home/bhas/projects/schapp) > rake aborted! > no such file to load -- mysql-2.8.1 > /home/bhas/projects/schapp/Rakefile:4:in `<top (required)>' > (See full trace by running task with --trace) > > > Please help. > > -- > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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.

