sql >> Database >  >> RDS >> Mysql

Ruby gem mysql2 installatie mislukt

Ubuntu:

sudo apt-get install libmysqlclient-dev  #(mysql development headers)
sudo gem install mysql2 -- --with-mysql-dir=/etc/mysql/

Dat is het!

Resultaat:

Building native extensions. This could take a while...
Successfully installed mysql2-0.2.6
1 gem installed
Installing ri documentation for mysql2-0.2.6...
Enclosing class/module 'mMysql2' for class Result not known
Enclosing class/module 'mMysql2' for class Client not known
Installing RDoc documentation for mysql2-0.2.6...
Enclosing class/module 'mMysql2' for class Result not known
Enclosing class/module 'mMysql2' for class Client not known


  1. SQL Server 2005 - Tabel programmatisch exporteren (voer een .sql-bestand uit om het opnieuw te bouwen)

  2. Hoe kan ik een lijst met parameters ophalen uit een opgeslagen procedure in SQL Server?

  3. Creëert een externe sleutel automatisch een index?

  4. GROUP BY vs ORDER BY