Return to Snippet

Revision: 4511
at December 24, 2007 14:59 by cczona


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

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

Revision: 4510
at December 24, 2007 14:59 by cczona


Initial Code
#find out where your socket actually is
locate mysql.sock

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

Initial URL
http://bparanj.blogspot.com/2007/06/no-such-file-or-directory-tmpmysqlsock.html

Initial Description


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

Initial Tags
mysql, rails

Initial Language
Rails