You should be able to fix that by creating a soft link for mysql.sock to /tmp. SSH into your server and type the following:
Quote:
|
ln -s /var/lib/mysql/mysql.sock /tmp
|
Next, restart the MySQL service (you can do it in WHM). That should fix things for you.