Project

General

Profile

Actions

Defect #8638

closed

Cannot Login

Added by Crowella Spreva Farning almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-06-17
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

I have two redmine servers say XServ and YServ. XServ uses v1.1.3 while YServ uses v1.2.0. Both servers use database in XServ (thus YServ connects to XServ).

Problem is after configuring database.yml and doing DB migration in YServ, I cannot login anymore to XServ. Although I can login with the same account in YServ. Both servers are running only that I cannot login in XServ.

to grant privilege to YServe, I have executed the following command in mysql (centos):

grant all privileges on *.* to identified by 'password';

then 'flush privileges'

I tried to do again migration in XServ. 'rake generate_session_store' it only prompts:
Rake aborted
Access denied to 'root'@'localhost' (using password: NO)

please help me on this matter

Actions #1

Updated by Crowella Spreva Farning almost 13 years ago

let me clarify it's login to redmine

Actions #2

Updated by Etienne Massip almost 13 years ago

  • Status changed from New to Closed
  • Assignee deleted (Eric Davis)
  • Resolution set to Invalid

You forgot to set your db login/password in config/database.yml.

Actions

Also available in: Atom PDF