Not sure if this will help, but try adding a space between the password:

>From this:

password:root

to this:

password: root

Darian Shimy
--
http://www.darianshimy.com
http://twitter.com/dshimy



On Wed, Nov 25, 2009 at 11:26 PM, abhishek sreepal
<[email protected]> wrote:
> Hi Darian,
> I have configured my database.This is my database.yml
> development:
>   adapter: mysql
>   encoding: utf8
>   reconnect: false
>   database: abhidb
>   pool: 5
>   username: root
>   password:root
>   host: localhost
> # Warning: The database defined as "test" will be erased and
> # re-generated from your development database when you run "rake".
> # Do not set this db to the same as development or production.
> test:
>   adapter: mysql
>   encoding: utf8
>   reconnect: false
>   database: abhidb
>   pool: 5
>   username: root
>   password:root
>   host: localhost
> production:
>   adapter: mysql
>   encoding: utf8
>   reconnect: false
>   database: abhidb
>   pool: 5
>   username: root
>   password: root
>   host: localhost
>
>
> --
>
> 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 [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>

--

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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.


Reply via email to