Please install mysql adapter 'gem install activerecord-mysql-adapter'

前端 未结 16 1470
挽巷
挽巷 2020-12-28 12:23

I\'m having trouble finding a solution to this problem. I\'m getting the error:

Please install the mysql adapter: \'gem install activerecord-mysql-adapter\'
         


        
16条回答
  •  旧时难觅i
    2020-12-28 12:49

    What helped for me was specifying adapter mysql2 instead of mysql (note the digit!) in config/database.yml.

提交回复
热议问题