Mysql
 sql >> Datenbank >  >> RDS >> Mysql

MySQL-Juwel auf OSX 10.7 Lion

Ich hatte mit diesem Problem zu kämpfen. Die beiden obigen Hinweise funktionierten. Folgendes habe ich getan:

  1. Zu .zshrc oder Ihrem .bash_profile hinzugefügt:

    export DYLD_LIBRARY_PATH="/usr/local/mysql/lib:$DYLD_LIBRARY_PATH"

  2. Dies ausgeführt:

    env ARCHFLAGS="-arch x86_64" sudo gem install mysql -v='2.8.1' -- --with-mysql-dir=/usr/local/mysql --with-mysql-lib=/usr/local/mysql/lib --with-mysql-include=/usr/local/mysql/include --with-mysql-config=/usr/local/mysql/bin/mysql_config