MyBB Community Forums

Full Version: Very Large Mybb_Debug table
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
759.0 MiB is its current size. The next largest database is only 11.5mb large... Is there anyone to empty it/make ti smaller?
if your forum is converted from the other system AND if you feel that you need it for analyzing then you may take a
backup of the table AND truncate it .. if you do not need the debug log then you can truncate it without backup ...

TRUNCATE TABLE "mybb_debug"
TRUNCATE TABLE 'mybb_debug'
Im getting this error:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"mybb_debug"' at line 1
:oops: try TRUNCATE TABLE 'mybb_debug'
Still getting the same message is it because the table is too large and its

TRUNCATE TABLE 'mybb_debuglogs'
you may post your database credentials at private inquiries section AND request support team to clear it for you ...
I got it working by going to the table directly and using the truncate button.

Thanks for your help Smile