Thanks Colin. Your response actually helped solved the problem. I started having the issue after I upgraded to Rails 3.2.3. I tried to create a new database using rake db:create (as you suggested) and it showed me that the problem was a version difference between MySQL and the client used by rails. The following article helped me solve the problem:
http://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-noinstall-6.0.2-win32.zip/from/pick Thanks again, Fernando. -- 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.

