Assuming you are on an RPM using system, what does:
rpm -qa | grep -i mysql
report?
Also, what does the mount command return for the various tmp mounts. For example, on a sample system:
Code:
root@mundane [/home34y69da/tramel/.cpanel]# mount
/dev/sda1 on / type ext3 (rw,usrquota)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
none on /dev/shm type tmpfs (rw)
/dev/sda4 on /images type ext3 (rw,usrquota)
/dev/sda3 on /tmp type ext3 (rw,noexec,nosuid)
/dev/sdb1 on /home34y69da type ext3 (rw,usrquota)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/tmp on /var/tmp type none (rw,noexec,nosuid,bind)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
Is there anything in /etc/my.cnf that pertains to the sock file?
Does /var/lib/mysql still exist?
Does the mysql user exist on the system?
Are there any specific errors in the /var/lib/mysql/systemname.err log?