sql >> Database teknologi >  >> RDS >> Mysql

Kan ikke installere mysql gem på Mac OS X

Problemet er forklaret her:http ://www.randomactsofsentience.com/2013/05/gem-install-mysql2-missing-mysqlh-on-os.html . Kort sagt:

Skift filen /usr/local/mysql/bin/mysql_config omkring linje 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!

til

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. hvordan man undslipper skilletegnet fra kolonneindholdet ved eksport af csv

  2. Android-program til at konvertere SQLite-databasen til excel

  3. Hvad er den bedste måde at migrere en Django DB fra SQLite til MySQL?

  4. Befolkning af begivenheder i fuld kalender javascript fra databasen