> development:
>    adapter: mysql
>    database: music_library_development
>    username: root
>    password:
>    pool: 5
>    timeout: 5000
>    host: localhost
> 
> (Note that there should be two spaces on the indented lines.)
> 
> If you have some other username/password, use those. In any case, you
> should be able to connect with:
>    mysql -u root
>    mysql -u root -p
>    > then type the root user's password
>    mysql -u yourusername -p
>    > then type yourpassword
> 
> How does that work for you?
> 
> -Rob
> 
> Rob Biedenharn
> r...@agileconsultingllc.com  http://AgileConsultingLLC.com/
> r...@gaslightsoftware.com    http://GaslightSoftware.com/

I set my database.yml to this

development:
  adapter: mysql
  encoding: utf8
  reconnect: false
  database: testapp_development
  pool: 5
  username: root
  password:
  host: localhost

And still no luck. There is a larger issue here and not something as 
simple as passwords. I've been fighting this for weeks. My love of rails 
is turning to hate.
-- 
Posted via http://www.ruby-forum.com/.

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

Reply via email to