Unable to install MySQL on Mac OS X

后端 未结 7 822
天涯浪人
天涯浪人 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:29

    I had the same problem. I solved installing first the adapter:

    gem install activerecord-mysql2-adapter
    

    Then, install mysql2 gem using

    sudo gem install mysql2 -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
    
    0 讨论(0)
提交回复
热议问题