I'm running s9y on a shared host (although I actually own the box itself, so I have root access), and the mysql server keeps going down.
Symptoms are that when I visit any page under the s9y directory, I see:
Logging into the host and restarting the mysqld server solves the problem.Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /var/www/html/blog/serendipity_db_mysql.inc.php on line 96
Warning: mysql_select_db(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /var/www/html/blog/serendipity_db_mysql.inc.php on line 97
Warning: mysql_select_db(): A link to the server could not be established in /var/www/html/blog/serendipity_db_mysql.inc.php on line 97
DATABASE_ERROR
mysqld appears to continue to work for *other* user accounts.
There's nothing (at all) in /var/log/mysqld.log
-Antun