Dec 29, 2007, 06:28 PM
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.
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.