Hi, On my rails-server (192.168.1.1) there is no mysql installed. Mysql is installed on different server(192.168.1.2) Question: Wich setup intructions must i use in the database.yml. Grtz..remco -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 28 Mar 2008, at 11:35, Remco Zwaan wrote:> > Hi, > > On my rails-server (192.168.1.1) there is no mysql installed. Mysql is > installed on different server(192.168.1.2) > > Question: > Wich setup intructions must i use in the database.yml.Set the host to 192.168.1.2 Fred> > > Grtz..remco > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Fred means in your database.yml file, same place where you set username and so on, username: root host: 192.168.1.2 On Fri, Mar 28, 2008 at 10:09 PM, Frederick Cheung < frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > On 28 Mar 2008, at 11:35, Remco Zwaan wrote: > > > > > Hi, > > > > On my rails-server (192.168.1.1) there is no mysql installed. Mysql is > > installed on different server(192.168.1.2) > > > > Question: > > Wich setup intructions must i use in the database.yml. > > Set the host to 192.168.1.2 > > Fred > > > > > > Grtz..remco > > -- > > Posted via http://www.ruby-forum.com/. > > > > > > > > > >-- Ryan Bigg http://www.frozenplague.net Feel free to add me to MSN and/or GTalk as this email. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---