sql >> Database >  >> RDS >> Mysql

Kan mysql gem niet installeren op Mac OS X

Het probleem wordt hier uitgelegd:http ://www.randomactsofsentience.com/2013/05/gem-install-mysql2-missing-mysqlh-on-os.html . In het kort:

Wijzig het bestand /usr/local/mysql/bin/mysql_config rond lijn 120

cflags="-I$pkgincludedir  -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g -fno-strict-aliasing -DDBUG_OFF -arch x86_64 " #note: end space!
cxxflags="-I$pkgincludedir  -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g -fno-strict-aliasing -DDBUG_OFF -arch x86_64 " #note: end space!

naar

cflags="-I$pkgincludedir  -Wall -Os -g -fno-strict-aliasing -DDBUG_OFF -arch x86_64 " #note: end space!
cxxflags="-I$pkgincludedir  -Wall -Os -g -fno-strict-aliasing -DDBUG_OFF -arch x86_64 " #note: end space!


  1. Fout:Gegevensbron weigert verbinding tot stand te brengen, bericht van server:Te veel verbindingen

  2. Uw Cassandra-cluster migreren

  3. Hoe wijzig ik de opmaak voor mijn retourwaarden in deze functie?

  4. Installeer Oracle Client vanaf de opdrachtregel zonder tussenkomst van de gebruiker