uninitialized constant MysqlCompat::MysqlRes (using mms2r gem)
Posted
by William
on Stack Overflow
See other posts from Stack Overflow
or by William
Published on 2009-08-26T03:42:21Z
Indexed on
2010/05/30
11:42 UTC
Read the original article
Hit count: 235
Hi, moved a rails app of mine onto a new server and had to install a few gem dependencies. However, after installing the mysql gem I get the error, uninitialized constant MysqlCompat::MysqlRes, whenever I try to run a rake command that involves the mysql database. It seems I only get this error when I require the mms2r gem. Has anyone ever heard of this? I'm running mysql 2.8.1 gem.
© Stack Overflow or respective owner