Ruby on Rails Monday, February 27, 2012

On 27 February 2012 21:29, rubix Rubix <lists@ruby-forum.com> wrote:
> rake db:create : ends without any message
> rake db:migrate: ends with error message
>
> ** Invoke db:migrate (first_time)
> ** Invoke environment (first_time)
> ** Execute environment
> ** Invoke db:load_config (first_time)
> ** Invoke rails_env (first_time)
> ** Execute rails_env
> ** Execute db:load_config
> rake aborted!
> adapter => mysql host => 127.0.0.1 database => blog username => root
> password  =
>> aggouni database is not configured

I am not sure you should have told us the password. I thought you
said you had switched to mysql2. The above says you are using mysql.
Try again with mysql2. Don't just say it makes no difference, post
the result again.

Also have you have confirmed that the database has been created? You
can do this using mysql command line.

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment