Today I woke up and I got this message when trying to access my web page made with xoops:
---
This page cannot be displayed due to an internal error.
If you are the administrator of this site, please visit the Xoops Troubleshooting Page for assistance.
Error [Xoops]: Unable to connect to database in file class/database/databasefactory.php line 34
---
After googling a little, I figured out that it's probably due to a mysql error... in other words, for some reason I can't connect to my sql database with the password provided (it worked up to yesterday, and I didn't change anything).
In fact, when I try to connect to mysql from my shell, I get this...
-----
h3rald@debian:~/public_html/class$ mysql -u h3rald
ERROR 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111)
-----
ideas?