Awdwr4 里说 mysql5.5 和 Rails3.1 有问题,但我用的是 3.2.1
在 Gemfile 里加了 mysql2,
执行 rake db:setup RAILS_ENV="production"时报错,
rake aborted!
Please install the mysql adapter: `gem install activerecord-mysql-adapter` (mysql is not part of the bundle. Add it to Gemfile.)
mysql2 不是 adapter 嘛?