Can't connect to local MySQL server through socketThis means:
1. MySQL crashed, it's not running or it can't find the socket. You need to contact Lunarpages support about this.
2. If your running a vBulletin board, then it means the info in your config.php file is wrong (in which case your forums wouldn't work at all).
Here is more info on this error:
MySQL 5.1:http://dev.mysql.com/doc/refman/5.1/en/can-not-connect-to-server.htmlMySQL 5.0:http://dev.mysql.com/doc/refman/5.0/en/can-not-connect-to-server.htmlMySQL 3.23, 4.0, 4.1:http://dev.mysql.com/doc/refman/4.1/en/can-not-connect-to-server.htmlIn Windows:http://dev.mysql.com/doc/refman/5.1/en/can-not-connect-to-server-on-windows.htmlhttp://dev.mysql.com/doc/refman/5.0/en/can-not-connect-to-server-on-windows.htmlLost connection to MySQL server during queryBelow are some of the most common reasons to receiving this error:
1. Because you have issued a ``close'' on your MySQL connection and then tried to run a query on the closed connection. You can check that the MySQL hasn't died by executing mysqladmin version and examining the uptime.
2. Are you trying to run a query against your database that is either incorrect or too large? If mysqld gets a packet that is too large or out of order, it assumes that something has gone wrong with the client and closes the connection.
3. Or your host has restarted mySQL. If this is the case, just simply contact the wonderful LunarPages support!
Useful links:
http://www.mysql.com/doc/C/o/Common_errors.htmlhttp://www.mysql.com/doc/G/o/Gone_away.htmlhttp://www.mysql.com/doc/S/e/Server_parameters.htmlhttp://www.mysql.com/doc/O/p/Option_files.htmlhttp://www.mysql.com/doc/S/H/SHOW_VARIABLES.htmlhttp://dev.mysql.com/doc/I'll add more when I get around to doing so.
Regards Jason
