Hello, I am new in ror I create new application and i try to connect mysql using rake db:migrate it showing attached error i am using xampp for mysql also my database.yml settigs are as follows
=================== development: adapter: mysql2 encoding: utf8 reconnect: false database: mydiary pool: 5 username: mydiary password:mypassword host: localhost =================== Attachments: http://www.ruby-forum.com/attachment/5852/error.JPG -- Posted via http://www.ruby-forum.com/. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

