Ruby

!!! The bundled mysql.rb driver has been removed from Rails

Posted Monday, January 11, 2010 12:43 AM | Feedback (5), Filed Under Ruby Rails MySql

So I’m trying to get the Rails rake db:migrate command to work and just getting the same output each time “!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql." After tearing my hair, installing and reinstalling the MySQL 2.8.1 gem goggling for answers for an hour I finally found the answer that helped me. The in the reply from by Hao Zhao, he pointed out that the 2.2.2 version of Rails does not support the MySQL 5.x client! The solution to this...