sql >> Database >  >> RDS >> Mysql

Ruby on Rails installatieprobleem (Windows)

Je hebt MySQL 32-bit (of MySQL Connector C nodig ) om mysql2 te compileren gem compileren op Windows (zelfs als u een 64-bits versie van het besturingssysteem gebruikt).

Volg deze stappen:

  1. Download MySQL Server 32-bit .zip-bestand (Alternatief MySQL Connector C is ook goed)
  2. Kopieer libmysql.dll naar %RUBY_HOME%\bin (of voeg eenvoudig MySQL 32-bit lib toe directory naar PATH)
  3. Installeer mysql2 gem met --with-mysql-lib en --with-mysql-include opties

    gem install mysql2 -- '--with-mysql-lib="c:\path\to\32-bit-MySQL-Server\lib\opt" --with-mysql-include="c:\\path\to\32-bit-MySQL-Server\include"'
    


  1. Hoe commentaar te geven in SQL

  2. Unieke code op basis van uniek e-mailadres in mysql-tabel?

  3. Achterliggende lege ruimte in een veldinhoud verwijderen

  4. Hoe de kalendertabel in Oracle te vullen?