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.


Reply via email to