HiAll,

Here is strange problem.

Application is on cloud server. Database server is on another instance
and application hosted on different instance.

databse server ip : xxx.xxx.xxx.xxx
application server ip : yyy.yyy.yyy.yyy

development:
  adapter: mysql
  database: database_name
  username: ************
  password: ************
  host: xxx.xxx.xxx.xxx

This is my database.yml configuration for development environment.

Now when i am  trying to connect through my application it's using
application server IP yyy.yyy.yyy.yyy instead of remote databse IP
xxx.xxx.xxx.xxx.

Please suggest.

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

Reply via email to