Added by Maarten Thibaut over 12 years ago
Hi,
I am unable to install redmine using mysql because of missing gems on rubyforge. activerecord-mysql no longer exists, so "RAILS_ENV=production rake db:migrate" fails with the error attached. I can install "activerecord-mysql2", but that one isnt used by redmine.
Can you give any tips to get it installed?
Thanks!
maarten
Hi,
I'd guess that you forgot to change the adapter to mysql2 in config/database.yml
See http://www.redmine.org/projects/redmine/wiki/RedmineInstall#Step-4-Database-connection-configuration
Martin