redmine_knowledgebase icon indicating copy to clipboard operation
redmine_knowledgebase copied to clipboard

rake fails with Mysql2::Error: Access denied for user 'root'@'localhost'

Open hermannkm opened this issue 4 years ago • 0 comments

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.

hermannkm avatar Jun 03 '21 07:06 hermannkm