Dated: January 9, 2004
Our linux server hosting web1 and mysql1 hanged and we had to restart it. That caused the jodoforum db to be corrupted due to its heavy usage. We have not seen any other customer database being corrupted but are checking a majority of them and if you do have an issue, please open a ticket and we'll restore it for you
The corruption most likely would be in the session table and you can run this command to fix it:
REPAIR TABLE session;
Our linux server hosting web1 and mysql1 hanged and we had to restart it. That caused the jodoforum db to be corrupted due to its heavy usage. We have not seen any other customer database being corrupted but are checking a majority of them and if you do have an issue, please open a ticket and we'll restore it for you
The corruption most likely would be in the session table and you can run this command to fix it:
REPAIR TABLE session;