默认的MySql没有设置密码,导致登录不了。

可以在cmd中执行以下命令,更改root用户的密码为123。

mysqladmin -u root password '123' 

 

Redmine的数据库配置(登录账号和密码)在 {Redmine安装文件夹}\apps\redmine\htdocs\config\database.yml中。

相关文章:

  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-09
  • 2021-11-08
  • 2022-12-23
  • 2021-09-05
相关资源
相似解决方案