Written by Sean Behan on Sun Jun 17th 2012

mysql driver is no longer bundled w/ rails. you'll need to install it yourself w/

sudo gem install mysql
however, on ubuntu (heron) this won't work. issue these commands first
sudo apt-get install libmysql-ruby libmysqlclient-dev
if libmysqlclient-dev fails... try libmysqlclient15-dev

then run

sudo gem install mysql

Tagged with..
#development #drivers #libs #MySQL #Programming #Ruby on Rails

Just finishing up brewing up some fresh ground comments...