Tout d'abord, pour trouver votre fichier socket :
mysqladmin variables | grep socket
Pour moi, cela donne :
| socket | /tmp/mysql.sock |
Ensuite, ajoutez une ligne à votre config/database.yml
:
development:
adapter: mysql2
host: localhost
username: root
password: xxxx
database: xxxx
socket: /tmp/mysql.sock