Mysql
 sql >> Baza danych >  >> RDS >> Mysql

gem mysql2 skompilowany dla niewłaściwej biblioteki klienta mysql

Odinstalowanie i ponowne zainstalowanie klejnotu często rozwiązuje ten problem bez konieczności ręcznego pobierania i przenoszenia plików. Z katalogu aplikacji rails:

> gem uninstall mysql2

You have requested to uninstall the gem:
    mysql2-0.3.11
database_cleaner-0.9.1 depends on [mysql2 (>= 0)]
If you remove this gems, one or more dependencies will not be met.
Continue with Uninstall? [Yn]  Y
Successfully uninstalled mysql2-0.3.11

> bundle install

Fetching gem metadata from http://rubygems.org/......
Fetching gem metadata from http://rubygems.org/..
Using rake (0.9.2)
Using i18n (0.6.1)
... <SNIP> ...
Installing mysql2 (0.3.11) with native extensions
... <SNIP> ...
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Używanie Pythona i MySQL w procesie ETL:Używanie Pythona i SQLAlchemy

  2. 10 pytań do rozmowy kwalifikacyjnej na temat bazy danych MySQL dla początkujących i średniozaawansowanych

  3. Jak wstawić do tej samej tabeli w MySQL?

  4. Jak zastąpić MySQL Perconą w Plesk CentOS 7?

  5. Filtrować według COUNT(*)?