Defect #8638
closedCannot Login
0%
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 root@192.XXX.XXX.XXX 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