mysql compatability error - rake aborted error on rake db:create

Posted by user1904563 on Stack Overflow See other posts from Stack Overflow or by user1904563
Published on 2012-12-14T16:33:37Z Indexed on 2012/12/14 17:03 UTC
Read the original article Hit count: 504

Filed under:
|
|

I'm a starter in ROR

I' m using ruby 1.9.3 and rails 3.2.1

This is what appears on using rake db:create command

**>rake db:create
rake aborted!
Please install the mysql adapter: 'gem install activerecord-mysql-adapter' <can't activate mysql <~> 2.8.1>, already activated mysql-2.9.0-x86-mingw32. Make sur all dependancies are added to Gemfile.>**

Have installed mysql gem and copied libmysql.dll file to Ruby193/bin (Phpmyadmin and xampp also works good).

Please help me to solve this issue.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about ruby-on-rails