uninitialized constant MysqlCompat::MysqlRes (using mms2r gem)

前端 未结 25 2233
抹茶落季
抹茶落季 2020-12-02 23:48

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 Mysql

25条回答
  •  萌比男神i
    2020-12-03 00:19

    I tried everything else here, but still got the problem. Downgrading from MySQL 5.5 to 5.1 fixed it for me. (Mac OS X 10.6.5)

提交回复
热议问题