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


/ Published in: Rails
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #go to the shell to find out where your socket actually is
  2. locate mysql.sock
  3.  
  4. #modify database.yml accordingly
  5. socket: /path/to/mysql.sock

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.