redmine_knowledgebase
redmine_knowledgebase copied to clipboard
rake fails with Mysql2::Error: Access denied for user 'root'@'localhost'
I solved this by adding the environment parameter to the rake command, this is
rake redmine:plugins:migrate NAME=redmine_knowledgebase RAILS_ENV=production
as for this env I have working parameters in my config.database.yml.
Don't know if this is a correct solution.