MyBB Community Forums

Full Version: plz resolve this very urgent
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: hsvvr9.jpg]

how to resolve this problem

i have already tried with repair.php
but no use same problem

plz tell me how to solve this very urgent my forum was down for 4days reputation is getting off
(2009-02-02, 09:30 AM)lovefobia Wrote: [ -> ]plz tell me how to solve this very urgent...

One safe way =
Your hosting cPanel > MySQL Databases >> Find the database for this forum >>> Select 'Repair Database'

That should help.
Thank you very much yaar, thanks for the flash response.... the problem was resolved
(2009-02-02, 09:58 AM)lovefobia Wrote: [ -> ]Thank you very much yaar, thanks for the flash response.... the problem was resolved
Great, glad it's fixed now. Smile
Try and read the rules on bug posting as this isn't a bug at all, it belong in General Support.
If you are having this happen repeatedly you can permanently fix it by changing your table from myisam to memory (heap). The table can't crash as memory.

ALTER TABLE mybb_sessions ENGINE = memory

or for older versions of mysql

ALTER TABLE mybb_sessions ENGINE = heap