Ruby on Rails Sunday, October 3, 2010

>      // files created ....

> daniels-macbook:blog daniel$ rake db:migrate
> (in /sites/blog)
> rake aborted!
> !!! Missing the mysql gem. Add it to your Gemfile: gem 'mysql',
> '2.8.1'
>
> (See full trace by running task with --trace)
> ---------
>
> The mysql 2.8.1 is already in my gem list and i have the gem installed
> with the command: sudo gem install mysql -- --with-mysql-config=/usr/
> local/mysql/bin/mysql_config
>
> Does anyone know what i'm doing wrong? Thank you very much!!
>


Did you put it in your gemfile?

The gemfile is in the rails app root directory

--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment