Eu tenho esta configuração:
development:
adapter: mysql2
encoding: utf8
database: my_db_name
username: root
password: my_password
host: mysql://127.0.0.1:3306
E estou recebendo este erro:
Unknown MySQL server host 'mysql://127.0.0.1:3306' (1)
Há algo óbvio que estou fazendo incorretamente?
host: localhost