uninitialized constant MysqlCompat::MysqlRes (using mms2r gem)

前端 未结 25 2228
抹茶落季
抹茶落季 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条回答
  •  伪装坚强ぢ
    2020-12-02 23:57

    I had the same problem after upgrading from Fedora 10 to Fedora 12. I fixed it by just uninstalling mysql gem and installing it again. So it complies with the new version of MySQL.

提交回复
热议问题