How to add mysql in rails 3.2.1

hey everyone i have installed rails 3.2.1 and want to create app but i
use mysql wht the gems need to add in gem file

thanks in advance

You need to add ‘gem mysql2’ in your Gemfile and then run ‘sudo bundle
install’.

On Fri, Feb 3, 2012 at 9:33 PM, honey ruby
[email protected]wrote:

To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


Thanks,
Prince

gem ‘mysql2’, use -d option to specify the database like ‘rails new
appname
-d mysql

regards,
Loganathan