blog_development non esiste
Puoi vederlo in sql da 0 rows affected
messaggio
crealo in MySQL con
mysql> create database blog_development
Tuttavia, poiché stai usando i binari, dovresti abituarti a usare
$ rake db:create
per fare lo stesso compito. Utilizzerà le impostazioni del file database.yml, che dovrebbero includere qualcosa come:
development:
adapter: mysql2
database: blog_development
pool: 5
Acquisisci familiarità anche con:
$ rake db:migrate # Run the database migration
$ rake db:seed # Run thew seeds file create statements
$ rake db:drop # Drop the database