> rake aborted! > uninitialized constant MysqlCompat::MysqlRes > > what should I do?
Few things to check: - Is the config file location you've given correct? - Have you checked your mysql logs for errors? - Looks like you might be using homebrew; I had an issue where I had a another mysql config file (from a previous installation) /etc/my.cnf which was being read before the mysql_config file - if so remove the my.cnf file. - Are you running the correct version i.e. maybe you need to install the mysql gem with -arch x86_64 instead. Cheers Luke -- 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 rubyonrails-t...@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.