MyBB Central

Full Version: Get rid of your session table crashing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ALTER TABLE `mybb_sessions` ENGINE = memory

or for older versions of mysql

ALTER TABLE `mybb_sessions` ENGINE = heap

Run that in your phpmyadmin and change your mybb_sessions table into a memory based storage. This will prevent the table from crashing.

Thank you.
* FirefoxWiz bookmarks this valuable piece of information.

Thanks!
Reference URL's