I'm using Ruby1.9 and Rails 2.3.4 and I have mysql-ruby (2.8.1) gem installed.
when I try rake db:create I get the following
Couldn't create database for {"adapter"=>"mysql", "database"=>"war_development", "username"=>"root", "password"=>nil, "host"=>"localhost"}, charset: utf8, collation: utf8_unicode_ci (if you set the charset manually, make sure you have a matching collation)
My database.yml has the following for development
development:
  adapter: mysql
  database: war_development
  username: root
  password: 
  host: localhost
Any ideas what's going wrong?
Thanks,
Tam
 
     
     
     
     
     
    