Tengo esta configuración:
development:
adapter: mysql2
encoding: utf8
database: my_db_name
username: root
password: my_password
host: mysql://127.0.0.1:3306
Y recibo este error:
Unknown MySQL server host 'mysql://127.0.0.1:3306' (1)
¿Hay algo obvio que estoy haciendo incorrectamente?
host: localhost