What do I need to install mysql gem on Mac OS X ? I\'m getting error \"failed to build native extensions\".
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