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

!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please
install the mysql gem and try again: gem install mysql.
rake aborted!
no such file to load – mysql

i got this error while creating the db.do respond if someone knows about
it.

On Friday, 7 September 2012 02:25:32 UTC-4, Ruby-Forum.com User wrote:

Have you tried installing the mysql gem (as specified in the error
message)?

–Matt J.

On 7 September 2012 12:20, Matt J. [email protected] wrote:

i got this error while creating the db.do respond if someone knows about
it.

Have you tried installing the mysql gem (as specified in the error
message)?

However don’t use rails 2 unless you have a good reason, it is
obsolete. Use rails 3.

Colin