Nicky Vermeersch
Active member
Hello, recently I noticed the VPS we use for our forums crashed and upon investigation the system had no disk space whatsoever. xf_mail_queue somehow used all the remaining disk space and caused mariadb to crash and the webserver.
I couldn't truncate the xf_mail_queue table as that requires the mariadb service to run, which was not possible due to no free space. I had to hard delete the xf_mail_queue.idb
How can I recreate the xf_mail_queue table? For now the forum works but the mail_queue table is bugged (Unable to select the table: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB)
I couldn't truncate the xf_mail_queue table as that requires the mariadb service to run, which was not possible due to no free space. I had to hard delete the xf_mail_queue.idb
How can I recreate the xf_mail_queue table? For now the forum works but the mail_queue table is bugged (Unable to select the table: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB)