Hi,

I am getting a mysql error while running a ruby file on my system
(Windows):

D:/ruby/lib/ruby/1.8/mysql.rb:453:in `read': Client does not support
authentication protocol requested by server; consider upgrading MySQL
c
lient (Mysql::Error)
        from D:/ruby/lib/ruby/1.8/mysql.rb:130:in `real_connect'
        from D:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/connection_adapters/mysql_adapter.rb:576:in `connect'
        from D:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/connection_adapters/mysql_adapter.rb:204:in `initialize'
        from D:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/connection_adapters/mysql_adapter.rb:76:in `new'
        from D:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/connection_adapters/mysql_adapter.rb:76:in
`mysql_connectio
n'
        from D:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/connection_adapters/abstract/connection_pool.rb:223:in
`sen
d'
        from D:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/connection_adapters/abstract/connection_pool.rb:223:in
`new
_connection'
        from D:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/connection_adapters/abstract/connection_pool.rb:245:in
`che
ckout_new_connection'
         ... 16 levels...
        from D:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/base.rb:1991:in `all_attributes_exists?'
        from D:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/
active_record/base.rb:1847:in `method_missing'
        from test1.rb:28:in `select_type'
        from test1.rb:39

I have Ruby 1.8.6 and Mysql Server 5.0 installed. I also have gone
through google:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/198795
http://stackoverflow.com/questions/436980/has-anyone-successfully-connected-to-mysql-from-ruby

but it did not help. Do I need to make any configuration for this?

Thanks in advance
-gourav
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to