Project

General

Profile

Redmine 3.0 problem with MySQL

Added by Alexey Markin about 9 years ago

Hello

I'm trying install Redmine 3.0 on Win Server 2003.
I use MySQL 5.1.73 or higher

Rails 4.2
Ruby 2.0.0-p643

All gems installed successfully
But, when i run:

rake db:migrate

I see:
DL is deprecated, please use Fiddle
rake aborted!
LoadError: cannot load such file -- mysql/mysql_api
C:/Inetpub/redmine-3.0.0/config/application.rb:5:in `<top (required)>'
C:/Inetpub/redmine-3.0.0/Rakefile:5:in `<top (required)>'

It is not clear what could be wrong.
In what direction I need to look ?