rake db: create - problemy z sortowaniem

kratos-iii:railsproj zachinglis$ rake db:create
(in /Users/zachinglis/Sites/rails/railsproj)
Couldn't create database for {"adapter"=>"mysql", "host"=>"localhost", "username"=>"root", "password"=>nil, "database"=>"railsproj_development"}, charset: utf8, collation: utf8_general_ci (if you set the charset manually, make sure you have a matching collation)

Nie miałem problemów z używaniem Sequel Pro, a nawet tworzeniem wspomnianej bazy danych.

Jak to rozwiązać? Posiadanie pustego hasła nigdy nie dawało mi problemów. I naprawdę wątpię w to.

questionAnswers(7)

yourAnswerToTheQuestion