Mysql::Error in SayController#hello

then you should modify the auto-generated database.yml file in

C:/ruby/demo/config

and change the username/password in development, test, and/or production section…

all the necessary databases could be created by using:

rake db:create:all (if you haven’t done this…)

Dongyi