MyBB Community Forums

Full Version: MyBB SQL Error 144
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi.

MyBB has experienced an internal SQL error and cannot continue,

Run this query in phpmyadmin;

REPAIR TABLE `mybb_adminlog`; 

But not Fix the Web and Continues with the MyBB SQL Error 144

Thanks For the Support.


web:
http://www.we11.net/

any help or suggestions?

.

Now the web its Ok.

Code to Fix Table mybb_adminlog

REPAIR TABLE `mybb_adminlog`; 

Code to Fix Table mybb_session
REPAIR TABLE `mybb_sessions`; 

Thanks for the support.
Pages: 1 2