MyBB Community Forums

Full Version: table debuglogs too big
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm not sure if this is merge-related or not (it seems). Sorry if this is the wrong section.

Problem:
table mybb_debuglogs has 737,889 entries Big Grin
that means 918MB size.

Can I delete it? empty? why is that big?

thanks.
This table is not part of MyBB. Perhaps a plugin?
It is part of MyBB merge system, as I suspected:
Quote:The "mybb_debuglogs" table located in your database contains debug information about this merge. If you find problems please file a support inquery at the <a href="http://community.mybb.com/">MyBB Community Forums</a>
This line is in the index.php file of the merge system.
/resources/class_debug.php also contains references to this table.

So, now that we know who created the table, can I delete it?

Please, move this thread to the merge system support forum.
This is the result of the MyBB Merge system. If your forum is operating normally after the merge, you can just drop the table.
(2012-10-11, 09:37 PM)spork985 Wrote: [ -> ]If your forum is operating normally after the merge, you can just drop the table.
Right, as I already said MyBB doesn't use this table.