uninitialized constant MysqlCompat::MysqlRes (using mms2r gem)

前端 未结 25 2209
抹茶落季
抹茶落季 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-03 00:21

    on my Mac OS X 10.6 I did this to install the 2.8.1 gem, which worked perfectly with my MacPorts mysql5-server:

    sudo env ARCHFLAGS="-arch x86_64" gem install mysql
    

提交回复
热议问题