Check whether a symlink of /var/tmp/mysql.sock is present in /tmp/. If not create it.
Fix
ln -s /var/tmp/mysql.sock /tmp/mysql.sock
Some Quick Fixes and Resolutions by Linux Enthusiast
Check whether a symlink of /var/tmp/mysql.sock is present in /tmp/. If not create it.
Fix
ln -s /var/tmp/mysql.sock /tmp/mysql.sock