Getting this error:
Errno::ENOENT
in StateController#list
No such file or directory - /tmp/mysql.sock
On my server I found mysql.sock in /var/lib/mysql/mysql.sock adding socket: /var/lib… etc didn’t help My next attempt is to create a symbolic link however, is the tmp directory the one in the Rails tmp directory ?
Stuart