Gem::LoadError
Specified 'mysql2' for database adapter, but the gem is not loaded.
Add `gem 'mysql2'` to your Gemfile
このエラーは、次のファイルのロード中に発生しました:
active_record/base
これは、Railsサーバーの実行中に発生するエラーです。
The mysql2 gem has been added to the Gemfile as well.
bundle install
サーバーを再起動しようとしましたが、それでもエラーが発生します。
bundle install --deployment
bundle
gemを追加してサーバーを再起動した後で実行しましたか?