MyBB Community Forums

Full Version: Help my: repair failed databas mybb error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
GO TO your host/server panel then go to phpmyadmin and select mybb_post table and from actions select "Repair table" and Click on Go

[attachment=45392]

if you want Use query you can run this :
REPAIR TABLE `mybb_posts` 
(2022-08-23, 09:18 AM)Mostafa.Shiraali Wrote: [ -> ]GO TO your host/server panel then go to phpmyadmin and select mybb_post table and from actions select "Repair table" and Click on Go



if you want Use query you can run this :
REPAIR TABLE `mybb_posts` 

I did that but it didn't work Sad
You will need to contact your host, there may be an issue with the server or database that they need to resolve.
so , REPAIR Then Optimize

with query
Run
REPAIR TABLE `mybb_posts` 

NEXT
OPTIMIZE TABLE `mybb_posts` 
(2022-08-23, 11:50 AM)Matt Wrote: [ -> ]You will need to contact your host, there may be an issue with the server or database that they need to resolve.

thank. you helped me  Smile

(2022-08-23, 06:07 PM)Mostafa.Shiraali Wrote: [ -> ]so , REPAIR Then Optimize

with query
Run
REPAIR TABLE `mybb_posts` 

NEXT
OPTIMIZE TABLE `mybb_posts` 

it still doesn't work. error
if you have backup you can delete table and restore from backup. because when with Repair and Optimize Problem not fixied this mean table file on hard disk damaged and contact with server provider to make sure hard disk problem fixed then restore  backup for this table.