Mysql is acting up, says can't find mysql.sock and when I try to stop it, it says proces id XXXXX not found???? Rebooting server doesn't help also.
Yes there's space, I restart server and still get the error. Short of reinstalling mysql I don't know what else I could do.
look in your my.conf or my.cnf file (like in /etc). Inside that file should be the path to the socket file myslq.sock. Check the location of the file. If it's there - delete the file then restart mysql. Just be careful, sometimes the file is a link to another location. Occassionally I've seen the mysql.sock file get screwed up. Deleting and restarting works generally.