mysql compatability error - rake aborted error on rake db:create
- by user1904563
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.