cd /var/lib/mysql
mysql.sock 파일 확인 및 존재시 제거
touch mysql.sock
cd /tmp/
ln -s /var/lib/mysql/mysql.sock mysql.sock
/etc/init.d/mysql restart