Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'
I learned that there have been some settings changes to the server recently and it was recommended to add a line the the database.yml like this:
socket: /var/lib/mysqlsock/mysql.sock
I've done that but still no go. Anyone knows anything else i may have missed?