I have this configuration:
development: adapter: mysql2 encoding: utf8 database: my_db_name username: root password: my_password host: mysql:
And I get this error:
Unknown MySQL server host 'mysql://127.0.0.1:3306' (1)
Is there something obvious I'm doing wrong?
ruby mysql ruby-on-rails yaml
GeekedOut May 03 '11 at 15:57 2011-05-03 15:57
source share