The file:
/var/lib/mysql/mysql.sock
Doesn't exist on one of my servers. Restarting apache does not help and although the symlinks are still there.. they have nothing to link to.
How can I get this file back?
cPanel.net Support Ticket Number:
The file:
/var/lib/mysql/mysql.sock
Doesn't exist on one of my servers. Restarting apache does not help and although the symlinks are still there.. they have nothing to link to.
How can I get this file back?
cPanel.net Support Ticket Number:
ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock
if you php is looking for /var/tmp - check from phpinfo then
ln -s /var/lib/mysql/mysql.sock /var/tmp/mysql.sock
Hope that helps.
cPanel.net Support Ticket Number: