Displaying 1 result from an estimated 1 matches for "ip_or_fqdn_of_mysql_server".
2006 Mar 29
3
socket for mysql
I have mysql running on a different machine. I''ve editted database.yml,
here''s the entry
development:
  adapter: mysql
  database: cookbook
  username: root
  password: mypassword
  host: posta.rmasonfamily.info
test:
  adapter: mysql
  database: cookbook
  username: root
  password: mypassword
  host: posta.rmasonfamily.info
production:
  adapter: mysql
  database: cookbook