Redmine 数据库连接错误

本文涉及的产品
RDS MySQL Serverless 基础系列,0.5-2RCU 50GB
云数据库 RDS MySQL,集群系列 2核4GB
推荐场景:
搭建个人博客
RDS MySQL Serverless 高可用系列,价值2615元额度,1个月
简介: /******************************************************************** * Redmine 数据库连接错误 * 说明: * OpenMediaVault上的Redmine出现连接错误,目前不知道是我自己不小心 * 把mysql的密码修改了,还是因为被攻击了,先记录一下。
/********************************************************************
 *                    Redmine 数据库连接错误
 * 说明:
 *     OpenMediaVault上的Redmine出现连接错误,目前不知道是我自己不小心
 * 把mysql的密码修改了,还是因为被攻击了,先记录一下。
 *
 *                                  2016-8-17 深圳 南山平山村 曾剑锋
 *******************************************************************/

一、参考文档:
    1. 完整过程解决 ERROR 1045 (28000): Access denied for user 'mysql'@'localhost' (using password: NO)
        http://blog.csdn.net/nel0511/article/details/13091163

二、错误现象:
    root@workflow:/etc# ruby /usr/share/redmine/bin/rails server -p3000 webrick -e production &
    [1] 2828
    root@workflow:/etc# => Booting WEBrick
    => Rails 3.1.8 application starting in production on http://0.0.0.0:3000
    => Run `rails server -h` for more startup options
    => Notice: server is listening on all interfaces (0.0.0.0). Consider using 127.0.0.1 (--binding option)
    => Ctrl-C to shutdown server
    Exiting
    /usr/lib/ruby/vendor_ruby/mysql2/client.rb:70:in `connect': Access denied for user 'root'@'localhost' (using password: YES) (Mysql2::Error)
            from /usr/lib/ruby/vendor_ruby/mysql2/client.rb:70:in `initialize'
            from /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/mysql2_adapter.rb:18:in `new'
            from /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/mysql2_adapter.rb:18:in `mysql2_connection'
            from /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_pool.rb:435:in `new_connection'
            from /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_pool.rb:445:in `checkout_new_connection'
            from /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_pool.rb:416:in `acquire_connection'
            from /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_pool.rb:351:in `block in checkout'
            from /usr/lib/ruby/1.1.0/monitor.rb:211:in `mon_synchronize'
            from /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_pool.rb:350:in `checkout'
            from /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_pool.rb:265:in `block in connection'
            from /usr/lib/ruby/1.1.0/monitor.rb:211:in `mon_synchronize'
            from /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_pool.rb:264:in `connection'
            from /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_pool.rb:541:in `retrieve_connection'
            from /usr/lib/ruby/vendor_ruby/active_record/connection_handling.rb:113:in `retrieve_connection'
            from /usr/lib/ruby/vendor_ruby/active_record/connection_handling.rb:87:in `connection'
            from /usr/lib/ruby/vendor_ruby/active_record/model_schema.rb:209:in `table_exists?'
            from /usr/lib/ruby/vendor_ruby/active_record/attribute_methods/primary_key.rb:99:in `get_primary_key'
            from /usr/lib/ruby/vendor_ruby/active_record/attribute_methods/primary_key.rb:84:in `reset_primary_key'
            from /usr/lib/ruby/vendor_ruby/active_record/attribute_methods/primary_key.rb:72:in `primary_key'
            from /usr/lib/ruby/vendor_ruby/active_record/mass_assignment_security/attribute_assignment.rb:15:in `attributes_protected_by_default'
            from /usr/lib/ruby/vendor_ruby/active_model/mass_assignment_security.rb:332:in `block in protected_attributes_configs'
            from /usr/lib/ruby/vendor_ruby/active_model/mass_assignment_security.rb:217:in `yield'
            from /usr/lib/ruby/vendor_ruby/active_model/mass_assignment_security.rb:217:in `protected_attributes'
            from /usr/lib/ruby/vendor_ruby/active_model/mass_assignment_security.rb:123:in `block in attr_protected'
            from /usr/lib/ruby/vendor_ruby/active_model/mass_assignment_security.rb:122:in `each'
            from /usr/lib/ruby/vendor_ruby/active_model/mass_assignment_security.rb:122:in `attr_protected'
            from /usr/share/redmine/app/models/custom_field.rb:32:in `<class:CustomField>'
            from /usr/share/redmine/app/models/custom_field.rb:18:in `<top (required)>'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:247:in `require'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:247:in `block in require'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:232:in `load_dependency'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:247:in `require'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:348:in `require_or_load'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:480:in `load_missing_constant'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:180:in `const_missing'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:512:in `load_missing_constant'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:180:in `const_missing'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:512:in `load_missing_constant'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:180:in `const_missing'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:512:in `load_missing_constant'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:180:in `const_missing'
            from /usr/share/redmine/lib/redmine/field_format.rb:80:in `field_attributes'
            from /usr/share/redmine/lib/redmine/field_format.rb:83:in `<class:Base>'
            from /usr/share/redmine/lib/redmine/field_format.rb:48:in `<module:FieldFormat>'
            from /usr/share/redmine/lib/redmine/field_format.rb:19:in `<module:Redmine>'
            from /usr/share/redmine/lib/redmine/field_format.rb:18:in `<top (required)>'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:247:in `require'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:247:in `block in require'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:232:in `load_dependency'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:247:in `require'
            from /usr/share/redmine/lib/redmine.rb:38:in `<top (required)>'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:247:in `require'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:247:in `block in require'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:232:in `load_dependency'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:247:in `require'
            from /usr/share/redmine/config/initializers/30-redmine.rb:6:in `<top (required)>'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:241:in `load'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:241:in `block in load'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:232:in `load_dependency'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:241:in `load'
            from /usr/lib/ruby/vendor_ruby/rails/engine.rb:648:in `block in load_config_initializer'
            from /usr/lib/ruby/vendor_ruby/active_support/notifications.rb:161:in `instrument'
            from /usr/lib/ruby/vendor_ruby/rails/engine.rb:647:in `load_config_initializer'
            from /usr/lib/ruby/vendor_ruby/rails/engine.rb:612:in `block (2 levels) in <class:Engine>'
            from /usr/lib/ruby/vendor_ruby/rails/engine.rb:611:in `each'
            from /usr/lib/ruby/vendor_ruby/rails/engine.rb:611:in `block in <class:Engine>'
            from /usr/lib/ruby/vendor_ruby/rails/initializable.rb:30:in `instance_exec'
            from /usr/lib/ruby/vendor_ruby/rails/initializable.rb:30:in `run'
            from /usr/lib/ruby/vendor_ruby/rails/initializable.rb:55:in `block in run_initializers'
            from /usr/lib/ruby/1.1.0/tsort.rb:226:in `block in tsort_each'
            from /usr/lib/ruby/1.1.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
            from /usr/lib/ruby/1.1.0/tsort.rb:418:in `block (2 levels) in each_strongly_connected_component_from'
            from /usr/lib/ruby/1.1.0/tsort.rb:427:in `each_strongly_connected_component_from'
            from /usr/lib/ruby/1.1.0/tsort.rb:417:in `block in each_strongly_connected_component_from'
            from /usr/lib/ruby/vendor_ruby/rails/initializable.rb:44:in `each'
            from /usr/lib/ruby/vendor_ruby/rails/initializable.rb:44:in `tsort_each_child'
            from /usr/lib/ruby/1.1.0/tsort.rb:411:in `call'
            from /usr/lib/ruby/1.1.0/tsort.rb:411:in `each_strongly_connected_component_from'
            from /usr/lib/ruby/1.1.0/tsort.rb:347:in `block in each_strongly_connected_component'
            from /usr/lib/ruby/1.1.0/tsort.rb:345:in `each'
            from /usr/lib/ruby/1.1.0/tsort.rb:345:in `call'
            from /usr/lib/ruby/1.1.0/tsort.rb:345:in `each_strongly_connected_component'
            from /usr/lib/ruby/1.1.0/tsort.rb:224:in `tsort_each'
            from /usr/lib/ruby/1.1.0/tsort.rb:205:in `tsort_each'
            from /usr/lib/ruby/vendor_ruby/rails/initializable.rb:54:in `run_initializers'
            from /usr/lib/ruby/vendor_ruby/rails/application.rb:300:in `initialize!'
            from /usr/share/redmine/config/environment.rb:14:in `<top (required)>'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:247:in `require'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:247:in `block in require'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:232:in `load_dependency'
            from /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:247:in `require'
            from /usr/share/redmine/config.ru:3:in `block in <main>'
            from /usr/lib/ruby/vendor_ruby/rack/builder.rb:55:in `instance_eval'
            from /usr/lib/ruby/vendor_ruby/rack/builder.rb:55:in `initialize'
            from /usr/share/redmine/config.ru:in `new'
            from /usr/share/redmine/config.ru:in `<main>'
            from /usr/lib/ruby/vendor_ruby/rack/builder.rb:49:in `eval'
            from /usr/lib/ruby/vendor_ruby/rack/builder.rb:49:in `new_from_string'
            from /usr/lib/ruby/vendor_ruby/rack/builder.rb:40:in `parse_file'
            from /usr/lib/ruby/vendor_ruby/rack/server.rb:277:in `build_app_and_options_from_config'
            from /usr/lib/ruby/vendor_ruby/rack/server.rb:199:in `app'
            from /usr/lib/ruby/vendor_ruby/rails/commands/server.rb:50:in `app'
            from /usr/lib/ruby/vendor_ruby/rack/server.rb:314:in `wrapped_app'
            from /usr/lib/ruby/vendor_ruby/rack/server.rb:250:in `start'
            from /usr/lib/ruby/vendor_ruby/rails/commands/server.rb:69:in `start'
            from /usr/lib/ruby/vendor_ruby/rails/commands/commands_tasks.rb:81:in `block in server'
            from /usr/lib/ruby/vendor_ruby/rails/commands/commands_tasks.rb:76:in `tap'
            from /usr/lib/ruby/vendor_ruby/rails/commands/commands_tasks.rb:76:in `server'
            from /usr/lib/ruby/vendor_ruby/rails/commands/commands_tasks.rb:40:in `run_command!'
            from /usr/lib/ruby/vendor_ruby/rails/commands.rb:17:in `<top (required)>'
            from /usr/share/redmine/bin/rails:4:in `require'
            from /usr/share/redmine/bin/rails:4:in `<main>'
    
    [1]+  Exit 1                  ruby /usr/share/redmine/bin/rails server -p3000 webrick -e production

三、解决办法:
    修改数据库root密码。

 

相关实践学习
如何快速连接云数据库RDS MySQL
本场景介绍如何通过阿里云数据管理服务DMS快速连接云数据库RDS MySQL,然后进行数据表的CRUD操作。
全面了解阿里云能为你做什么
阿里云在全球各地部署高效节能的绿色数据中心,利用清洁计算为万物互联的新世界提供源源不断的能源动力,目前开服的区域包括中国(华北、华东、华南、香港)、新加坡、美国(美东、美西)、欧洲、中东、澳大利亚、日本。目前阿里云的产品涵盖弹性计算、数据库、存储与CDN、分析与搜索、云通信、网络、管理与监控、应用服务、互联网中间件、移动服务、视频服务等。通过本课程,来了解阿里云能够为你的业务带来哪些帮助 &nbsp; &nbsp; 相关的阿里云产品:云服务器ECS 云服务器 ECS(Elastic Compute Service)是一种弹性可伸缩的计算服务,助您降低 IT 成本,提升运维效率,使您更专注于核心业务创新。产品详情: https://www.aliyun.com/product/ecs
zengjf
+关注
目录
打赏
0
1
1
0
12
分享
相关文章
MySQL忘记root密码、远程无法连接的解决方法
MySQL忘记root密码、远程无法连接的解决方法
问题1:Navicat连接不上mysql8的简单解决办法
问题1:Navicat连接不上mysql8的简单解决办法
1921 2
启动项目出现com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException异常解决方法
启动项目出现com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException异常解决方法
131 0
navicate远程mysql时报错: connection isbeing used
如果以上方法都无法解决问题,可能需要进一步查看错误日志或考虑联系 Navicat 官方支持获取更详细的帮助。 买CN2云服务器,免备案服务器,高防服务器,就选蓝易云。百度搜索:蓝易云
1063 0
Windows安装Mysql,服务无法启动,错误1053处理
在Windows7操作系统,部署mysql的时候, 无法启动Mysql服务 错误1053:服务没有及时响应启动或控制请求。 以下整理了处理的详细过程
1456 0
Windows安装Mysql,服务无法启动,错误1053处理
关于WordPress建立数据库连接错误的解决方法
自己在调整自己的WordPress网站(APP兼职网)时,刷新页面是突然出现建立数据库连接错误。 按照页面的提示,主要原因可能有几下几种: 1、数据库配置文件被篡改。 2、数据库服务器的问题,服务未启动或者其他的一些数据库故障。
1655 0
关于WordPress建立数据库连接错误的解决方法
navicat连接mysql报错1251的解决方法
navicat连接mysql报错1251的解决方法1、新安装的mysql8,使用破解版的navicat连接的时候一直报错,如图所示: 2、网上查找原因发现是mysql8 之前的版本中加密规则是mysql_native_password,而在mysql8之后,加密规则是caching_sha2_password, 解决问题方法有两种,一种是升级navicat驱动,一种是把mysql用户登录密码加密规则还原成mysql_native_password. 由于用的是破解版的navicat,所以只能用第二种方法解决了; 3、首先以管理员身份运行cmd,然后使用命令进入mysql。
3477 0
解决方法:①MySQL 闪退 ②服务列表里找不到MySQL ③MySQL服务无法启动
解决方法:①MySQL 闪退 ②服务列表里找不到MySQL ③MySQL服务无法启动 昨天下了WampServer差点没把我气死,下下来之后也不好使,还显示丢失啥啥啥文件,(´°̥̥̥̥̥̥̥̥ω°̥̥̥̥̥̥̥̥`) 然后MySQL也不好使。
1885 0
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等