I've made a bit of a fool of myself in following the directions in this post:
I used the first answer (the one with 115 upvotes), but followed the wrong directions. I had /var/mysql/mysql.sock but no /tmp/mysql.sock, and then did the following:
cd /var
mkdir mysql
cd mysql
ln -s /tmp/mysql.sock mysql.sock
Now when I try to connect to my server I just get Connect Error (0). How do I fix this? Do I have to reinstall something?
Thanks all! :)