MyBB Community Forums

Full Version: Fix MyBB internal error (mybbqd_posts.MYD not found (Errcode: 13 - Permission denied)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: PGP9DwP.png]

I get this error, any idea how to fix it ? ( I only backed up every file of the forum and made db backups)
You'll need to ask your host about this as this is an issue with the internal MySQL files. You can try running this SQL query:

REPAIR TABLE mybbqd_posts;

but I don't think it'll work.
(2021-09-01, 05:56 PM)Matt Wrote: [ -> ]You'll need to ask your host about this as this is an issue with the internal MySQL files. You can try running this SQL query:

REPAIR TABLE mybbqd_posts;

but I don't think it'll work.

Do you think reinstalling mysql would work?
Probably not, and you'd be more likely to lose your data than anything. It's a permissions issue on an internal file so that's what needs fixing.