J'ai cette configuration:
development:
adapter: mysql2
encoding: utf8
database: my_db_name
username: root
password: my_password
host: mysql://127.0.0.1:3306
Et j'obtiens cette erreur:
Unknown MySQL server host 'mysql://127.0.0.1:3306' (1)
Y a-t-il quelque chose d'évident que je fais mal?
host: localhost