«mysql2» etiketlenmiş sorular


9
Rails 4 - Gem :: LoadError: Veritabanı bağdaştırıcısı için 'mysql2' belirtildi, ancak taş yüklenmedi
Benim gemfile var: gem 'mysql2' Benim database.yml aşağıdaki gibidir: default: &default adapter: mysql2 database: <%= ENV['db_name'] %> username: <%= ENV['db_user'] %> password: <%= ENV['db_pass'] %> host: <%= ENV['db_host'] %> pool: 32 socket: <%= ENV['socket'] %> development: <<: *default production: <<: *default İkisini de çalıştırdım bundle updateve bundle installGemfile.lock'um mysql2'yi gösteriyor. …

14
Gem :: mysql2 gem için LoadError hatası, ancak zaten Gemfile'da
Gem::LoadError Specified 'mysql2' for database adapter, but the gem is not loaded. Add `gem 'mysql2'` to your Gemfile Bu hata, aşağıdaki dosyalar yüklenirken meydana geldi: active_record/base Rails sunucusunu çalıştırırken aldığım hata bu. The mysql2 gem has been added to the Gemfile as well. Yaptığım bundle installve sunucuyu yeniden başlatmadan çalıştı …
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.