Project

General

Profile

Access denied for user 'redmine'@'REDMINE_SRV' (using password: YES)

Added by Muhammad Ali almost 11 years ago

Hi,

i am facing problem with installing Redmine 1.0.4, below is the error i am getting

rake aborted!
Access denied for user 'root'@'REDMINE_SRV' (using password: YES)

i have on the forms that its a password issue but in my case i think it some thing else...
_______________________________________________
database.yml detials

  1. MySQL (default setup).

production:
adapter: mysql
database: redmine
host: 172.16.12.39
username: root
password: 1234
encoding: utf8

development:
adapter: mysql
database: redmine_development
host: localhost
username: root
password:
encoding: utf8

  1. Warning: The database defined as "test" will be erased and
  2. re-generated from your development database when you run "rake".
  3. Do not set this db to the same as development or production.
    test:
    adapter: mysql
    database: redmine_test
    host: localhost
    username: root
    password:
    encoding: utf8

test_pgsql:
adapter: postgresql
database: redmine_test
host: localhost
username: postgres
password: "postgres"

test_sqlite3:
adapter: sqlite3
database: db/test.db
_______________________________________________________

I tried to login to mysql with successes

C:\webserver\Redmine>mysql -h localhost -u root -p redmine
Enter password: **
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 37
Server version: 5.1.67-community MySQL Community Server (GPL)

Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> exit
Bye

___________________________________________________________
rake db:migrate

C:\webserver\Redmine>rake db:migrate
(in C:/webserver/Redmine)
rake aborted!
Access denied for user 'root'@'REDMINE_SRV' (using password: YES)

(See full trace by running task with --trace)

C:\webserver\Redmine>rake db:migrate --trace
(in C:/webserver/Redmine)
  • Invoke db:migrate (first_time)
  • Invoke environment (first_time)
  • Execute environment
    rake aborted!
    Access denied for user 'root'@'REDMINE_SRV' (using password: YES)
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/mysql_adapter.rb:589:in `real_connect'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/mysql_adapter.rb:589:in `connect'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/mysql_adapter.rb:203:in `initialize'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/mysql_adapter.rb:75:in `new'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/mysql_adapter.rb:75:in `mysql_connection'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/abstract/connection_pool.rb:223:in `send'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/abstract/connection_pool.rb:223:in `new_connection'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/abstract/connection_pool.rb:245:in `checkout_new_connection'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/abstract/connection_pool.rb:188:in `checkout'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/abstract/connection_pool.rb:184:in `loop'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/abstract/connection_pool.rb:184:in `checkout'
    C:/webserver/Ruby/lib/ruby/1.8/monitor.rb:242:in `synchronize'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/abstract/connection_pool.rb:183:in `checkout'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/abstract/connection_pool.rb:98:in `connection'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/abstract/connection_pool.rb:326:in `retrieve_connection'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/abstract/connection_specification.rb:123:in `retrieve_connection'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/connection_adap
    ters/abstract/connection_specification.rb:115:in `connection'
    C:/webserver/Redmine/vendor/plugins/awesome_nested_set/lib/awesome_nested_set.rb
    :217:in `quoted_left_column_name'
    C:/webserver/Redmine/vendor/plugins/awesome_nested_set/lib/awesome_nested_set.rb
    :93:in `acts_as_nested_set'
    C:/webserver/Redmine/app/models/issue.rb:35
    C:/webserver/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_o
    riginal_require'
    C:/webserver/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `requi
    re'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:158:in `require'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:265:in `require_or_load_without_engine_additions'
    C:/webserver/Redmine/vendor/plugins/engines/lib/engines/rails_extensions/depende
    ncies.rb:132:in `require_or_load'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:425:in `load_missing_constant'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:80:in `const_missing'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:92:in `const_missing'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:437:in `load_missing_constant'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:96:in `const_missing'
    C:/webserver/Redmine/app/models/project.rb:35
    C:/webserver/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_o
    riginal_require'
    C:/webserver/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `requi
    re'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:158:in `require'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:265:in `require_or_load_without_engine_additions'
    C:/webserver/Redmine/vendor/plugins/engines/lib/engines/rails_extensions/depende
    ncies.rb:132:in `require_or_load'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:425:in `load_missing_constant'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:80:in `const_missing'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:92:in `const_missing'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:437:in `load_missing_constant'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:96:in `const_missing'
    C:/webserver/Redmine/app/models/attachment.rb:36
    C:/webserver/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_o
    riginal_require'
    C:/webserver/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `requi
    re'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:158:in `require'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:265:in `require_or_load_without_engine_additions'
    C:/webserver/Redmine/vendor/plugins/engines/lib/engines/rails_extensions/depende
    ncies.rb:132:in `require_or_load'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:425:in `load_missing_constant'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:80:in `const_missing'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:92:in `const_missing'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:437:in `load_missing_constant'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:80:in `const_missing'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:437:in `load_missing_constant'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:80:in `const_missing'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:437:in `load_missing_constant'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:80:in `const_missing'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:437:in `load_missing_constant'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:80:in `const_missing'
    C:/webserver/Redmine/vendor/plugins/acts_as_attachable/lib/acts_as_attachable.rb
    :33:in `acts_as_attachable'
    C:/webserver/Redmine/app/models/message.rb:22
    C:/webserver/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_o
    riginal_require'
    C:/webserver/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `requi
    re'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:158:in `require'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:265:in `require_or_load_without_engine_additions'
    C:/webserver/Redmine/vendor/plugins/engines/lib/engines/rails_extensions/depende
    ncies.rb:132:in `require_or_load'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:425:in `load_missing_constant'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:80:in `const_missing'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:92:in `const_missing'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/inflector.rb:
    361:in `constantize'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/inflector.rb:
    360:in `each'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/inflector.rb:
    360:in `constantize'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/core_ext/stri
    ng/inflections.rb:162:in `constantize'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/observer.rb:157
    :in `observed_class'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/observer.rb:183
    :in `observed_classes'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/observer.rb:166
    :in `initialize'
    C:/webserver/Ruby/lib/ruby/1.8/singleton.rb:94:in `new'
    C:/webserver/Ruby/lib/ruby/1.8/singleton.rb:94:in `instance'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/observer.rb:38:
    in `instantiate_observers'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/observer.rb:36:
    in `each'
    C:/webserver/Redmine/vendor/rails/activerecord/lib/active_record/observer.rb:36:
    in `instantiate_observers'
    C:/webserver/Redmine/vendor/rails/actionpack/lib/action_controller/dispatcher.rb
    :15:in `define_dispatcher_callbacks'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/callbacks.rb:
    182:in `call'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/callbacks.rb:
    182:in `evaluate_method'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/callbacks.rb:
    166:in `call'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/callbacks.rb:
    90:in `run'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/callbacks.rb:
    90:in `each'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/callbacks.rb:
    90:in `send'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/callbacks.rb:
    90:in `run'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/callbacks.rb:
    276:in `run_callbacks'
    C:/webserver/Redmine/vendor/rails/actionpack/lib/action_controller/dispatcher.rb
    :51:in `send'
    C:/webserver/Redmine/vendor/rails/actionpack/lib/action_controller/dispatcher.rb
    :51:in `run_prepare_callbacks'
    C:/webserver/Redmine/config/../vendor/rails/railties/lib/initializer.rb:631:in `
    prepare_dispatcher'
    C:/webserver/Redmine/config/../vendor/rails/railties/lib/initializer.rb:185:in `
    process'
    C:/webserver/Redmine/config/../vendor/rails/railties/lib/initializer.rb:113:in `
    send'
    C:/webserver/Redmine/config/../vendor/rails/railties/lib/initializer.rb:113:in `
    run'
    C:/webserver/Redmine/config/environment.rb:20
    C:/webserver/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_o
    riginal_require'
    C:/webserver/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `requi
    re'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:156:in `require'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:521:in `new_constants_in'
    C:/webserver/Redmine/vendor/rails/activesupport/lib/active_support/dependencies.
    rb:156:in `require'
    C:/webserver/Redmine/vendor/rails/railties/lib/tasks/misc.rake:4
    C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call'
    C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute'

C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute'

C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in `invoke_w
ith_call_chain'
C:/webserver/Ruby/lib/ruby/1.8/monitor.rb:242:in `synchronize'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_w
ith_call_chain'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_p
rerequisites'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_p
rerequisites'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_w
ith_call_chain'
C:/webserver/Ruby/lib/ruby/1.8/monitor.rb:242:in `synchronize'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_w
ith_call_chain'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_
task'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_lev
el'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_lev
el'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standar
d_exception_handling'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_lev
el'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standar
d_exception_handling'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
C:/webserver/Ruby/bin/rake:19:in `load'
C:/webserver/Ruby/bin/rake:19

Please help me to solve it issue.

Thanks
Muhammad


Replies (9)

RE: Access denied for user 'redmine'@'REDMINE_SRV' (using password: YES) - Added by Ivan Cenov almost 11 years ago

Try to change IP address with server name

production:
adapter: mysql
database: redmine
host: REDMINE_SRV
username: root
password: 1234
encoding: utf8
Also, is the password in database.yml correct?

RE: Access denied for user 'redmine'@'REDMINE_SRV' (using password: YES) - Added by Muhammad Ali almost 11 years ago

Hi, thanks for the reply..

After updating the database.yml file replacing the IP address with hostname .. now its giving me this error

___________________________________________________________________________________________________________
C:\Users\Administrator>cd C:\webserver\Redmine

C:\webserver\Redmine>set RAILS_ENV=production

C:\webserver\Redmine>rake generate_session_store
(in C:/webserver/Redmine)

C:\webserver\Redmine>rake db:migrate
(in C:/webserver/Redmine)
rake aborted!
Can't connect to MySQL server on 'REDMINE_SRV' (10061)

(See full trace by running task with --trace)

C:\webserver\Redmine>


please find below updated database.yml file

database.yml

  1. MySQL (default setup).

production:
adapter: mysql
database: redmine
host: REDMINE_SRV
username: root
password: 1234
encoding: utf8

development:
adapter: mysql
database: redmine_development
host: localhost
username: root
password:
encoding: utf8

  1. Warning: The database defined as "test" will be erased and
  2. re-generated from your development database when you run "rake".
  3. Do not set this db to the same as development or production.
    test:
    adapter: mysql
    database: redmine_test
    host: localhost
    username: root
    password:
    encoding: utf8

test_pgsql:
adapter: postgresql
database: redmine_test
host: localhost
username: postgres
password: "postgres"

test_sqlite3:
adapter: sqlite3
database: db/test.db

____________________________________________________________________
Yes, Password is correct in database.yml and also i tried to login mysql using command line

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Administrator>mysql -u root -p
Enter password: **
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.1.67-community MySQL Community Server (GPL)

Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

Please Please help me ....

RE: Access denied for user 'redmine'@'REDMINE_SRV' (using password: YES) - Added by Muhammad Ali almost 11 years ago

I found one thing ... when i am trying to ping hostname its replying IPv6.. i remove the IPV6 tickmark but still ping reply IPV6..

C:\webserver\Redmine>ping redmine_srv

Pinging REDMINE_SRV [fe80::386d:1d37:53ef:f3d8%13] with 32 bytes of data:
Reply from fe80::386d:1d37:53ef:f3d8%13: time<1ms
Reply from fe80::386d:1d37:53ef:f3d8%13: time<1ms
Reply from fe80::386d:1d37:53ef:f3d8%13: time<1ms
Reply from fe80::386d:1d37:53ef:f3d8%13: time<1ms

Ping statistics for fe80::386d:1d37:53ef:f3d8%13:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

RE: Access denied for user 'redmine'@'REDMINE_SRV' (using password: YES) - Added by Muhammad Ali almost 11 years ago

I am following the below link for installation of Redmine .. (I am a new user of Redmine)

http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_a_sub-URI_on_Windows_with_Apache

Please let me know if you have any updated and working guide ...
____________
And also fix that IPV6 problem but still its giving me Access denied Error as pasted below

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Administrator>cd C:\webserver\Redmine

C:\webserver\Redmine>set RAILS_ENV=production

C:\webserver\Redmine>rake generate_session_store
(in C:/webserver/Redmine)

C:\webserver\Redmine>rake db:migrate
(in C:/webserver/Redmine)
rake aborted!
Access denied for user 'root'@'REDMINE_SRV' (using password: YES)

(See full trace by running task with --trace)

C:\webserver\Redmine>ping redmine_srv

Pinging REDMINE_SRV [172.16.12.39] with 32 bytes of data:
Reply from 172.16.12.39: bytes=32 time<1ms TTL=128
Reply from 172.16.12.39: bytes=32 time<1ms TTL=128
Reply from 172.16.12.39: bytes=32 time<1ms TTL=128
Reply from 172.16.12.39: bytes=32 time<1ms TTL=128

Ping statistics for 172.16.12.39:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\webserver\Redmine>
__________________
Thanks

RE: Access denied for user 'redmine'@'REDMINE_SRV' (using password: YES) - Added by Ivan Cenov almost 11 years ago

Muhammad Ali, see also this guide, http://www.redmine.org/boards/1/topics/32693 . It will help you install Redmine 2.3.0. This works. I am running this configuration (with thin server) and have no problems with it:

Environment:
  Redmine version                          2.3.0.stable
  Ruby version                             1.9.3 (i386-mingw32)
  Rails version                            3.2.13
  Environment                              production
  Database adapter                         Mysql2
Redmine plugins:
  clipboard_image_paste                    1.5
  projects_tree_view                       0.0.8
  redmine_apijs                            4.2.0
  redmine_code_review                      0.6.2
  redmine_didyoumean                       1.2.0
  redmine_favourite_projects               0.6
  redmine_information                      1.0.2
  redmine_issue_checklist                  2.0.5
  redmine_local_avatars                    0.1.1
  redmine_pastebin                         0.2.0
  redmine_plugin_views_revisions           0.0.1
  redmine_theme_changer                    0.1.0
  redmine_user_issues                      0.0.2
  redmine_wiki_gchart_formula              0.0.5
  redmine_xls_export                       0.2.1
  redmine_youtube                          0.0.1
  sidebar_hide                             0.0.2
  wiking                                   0.0.3
You may decide to use puma instead of thin (I feel that it is more convenient than thin, but I discovered puma after I had installed thin). In my opinion, there is no sense to bind to old versions. There is no support for them, they lack of new features, have bugs that are repaired in latter versions and so on... If there is no barriers to stay to 1.0.1, go up.

RE: Access denied for user 'redmine'@'REDMINE_SRV' (using password: YES) - Added by Muhammad Ali almost 11 years ago

Thanks.. i will try above steps and update you accordingly :)

Regards
M

RE: Access denied for user 'redmine'@'REDMINE_SRV' (using password: YES) - Added by Paresh Patel almost 11 years ago

hi

production:
adapter: mysql
database: redmine
host: 127.0.0.1

try this above configuration then any problem reply me

    (1-9/9)