Unable to install MySQL on Mac OS X

后端 未结 7 823
天涯浪人
天涯浪人 2021-01-13 10:49

I\'m having the exact issue as described in this question: MYSQL Installation Troubles. Unfortunately none of the answers helped me (and it\'s closed).

I try to learn

7条回答
  •  一生所求
    2021-01-13 11:25

    Are you on snow leopard? You have to execute the C dependencies compiles with x64 headers, try:

    sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
    

提交回复
热议问题