How to install MySQL gem on Mac OS X

前端 未结 10 1293
情歌与酒
情歌与酒 2020-12-29 12:30

What do I need to install mysql gem on Mac OS X ? I\'m getting error \"failed to build native extensions\".

10条回答
  •  旧巷少年郎
    2020-12-29 13:14

    if you already have MySQL server running elsewhere on the network and would like to still install the gem without having to install MySQL try the following

    brew install mysql-connector-c
    

    followed by

    gem install mysql
    

提交回复
热议问题