Ruby on Rails を教える Lynda プログラムのガイドに従っています。
男は、デフォルトのmysqlite3を使用する代わりにmysqlを使用することを提案しています。
私はこれを実行しました:
rails new simple_cms -d mysql
これはエラーの一部です
An error occured while installing mysql2 (0.3.11), and Bundler cannot continue.
Make sure that `gem install mysql2 -v '0.3.11'` succeeds before bundling.