Could not load 'active_record/connection_adapters/mysql2_adapter'

本文介绍了解决运行rakedb:migrate时出现LoadError的方法。由于mysql版本升级至5.7, mysql2 gem版本过旧导致无法加载mysql2_adapter。升级mysql2 gem至0.4.9即可解决问题。
摘要由CSDN通过智能技术生成
运行 
rake db:migrate

报如下错误:

LoadError: Could not load 'active_record/connection_adapters/mysql2_adapter'. Make sure that the adapter in config/database.yml is valid. If you use an adapter other than 'mysql2', 'postgresql' or 'sqlite3' add the necessary adapter gem to the Gemfile.

LoadError: libmysqlclient.so.18: cannot open shared object file: No such file or directory - /home/drjr/opt/ruby-2.4.1/lib/ruby/gems/2.4.0/gems/mysql2-0.4.5/lib/mysql2/mysql2.so


原因是mysql从5.6升级到5.7了,mysql2这个gem的版本是0.4.3,有点老了,不能支持mysql5.7。mysql2升级到0.4.9,就OK了。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值