Extarnal database

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

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

Fred means in your database.yml file, same place where you set username and so on,

username: root host: 192.168.1.2