`No such file or directory – /tmp/mysql.sock`

#go to the shell to find out where your socket actually is
locate mysql.sock

#modify database.yml accordingly
socket: /path/to/mysql.sock

source

Leave a Reply