Can you send a pastie (http://pastie.org) with the error? You can find
the stack in the log/development.rb.
>
> Is this a problem with my database? I set the database.yml like so
> (asterisk represents password):
>
> development:
> adapter: mysql
> encoding: utf8
> database: social_network_development
> username: root
> password: *****
> host: localhost
>
> test:
> adapter: mysql
> encoding: utf8
> database: social_network_test
> username: root
> password: *****
> host: localhost
>
> production:
> adapter: mysql
> encoding: utf8
> database: social_network_production
> username: root
> password: ******
> host: localhost
>
This looks fine to me.
>
> I also suspect that it could be because I kept the
> database.yml.tmp as well (both identical). Please help!!
Keeping both files is just fine. It's what I do.
steven bristol