标签:根目录 mysqldump efi 数据 mysqld 命令 ror err bitnami
production.log shows
Email delivery error: 535 5.7.3 Authentication unsuccessful
modify password in /redmine/config/configuration.yml
reboot remine
https://www.redmine.org/boards/2/topics/50077
config.log_level = :info
in /config/environments/production.rb
or :debug, or :error
This will override the default setting defined in /config/application.rb, as mentioned in the comments of the latter file.
双击use_redmine.bat,在弹出的命令行窗口种输入:
mysqldump -u root -p bitnami_redmine > backup.sql
这样整个redmine系统的数据都会被备份到backup.sql数据库文件中了,这个文件就在redmine的根目录下面。注意这里root的密码和你admin的密码是一样的。
标签:根目录 mysqldump efi 数据 mysqld 命令 ror err bitnami
原文地址:https://www.cnblogs.com/cutepig/p/12263156.html