View Single Post
  #3 (permalink)  
Old 06-17-09, 10:47
Vertigo Vertigo is offline
BOD Member
 
Join Date: Jun 2009
Posts: 46
Default

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.
Reply With Quote