Ruby on Rails Friday, July 2, 2010

> 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
> Rob@AgileConsultingLLC.com http://AgileConsultingLLC.com/
> rab@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-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