![]() |
|
How to stop the 'mybb_sessions' table from crashing - PHPMyAdmin - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Design (https://sinister.ly/Forum-Design) +--- Forum: Web Design (https://sinister.ly/Forum-Web-Design) +--- Thread: How to stop the 'mybb_sessions' table from crashing - PHPMyAdmin (/Thread-How-to-stop-the-mybb-sessions-table-from-crashing-PHPMyAdmin) |
How to stop the 'mybb_sessions' table from crashing - PHPMyAdmin - Banadmin - 05-23-2013 PHP Code: ALTER TABLE `mybb_sessions` ENGINE = memory
Run in PHPMyAdmin -> SQL RE: How to stop the 'mybb_sessions' table from crashing - PHPMyAdmin - Banadmin - 06-01-2013 I've applied this to Discussion Zone and I can vouch that no tables have crashed thus far. RE: How to stop the 'mybb_sessions' table from crashing - PHPMyAdmin - Cobra - 06-01-2013 I can also vouch that this works I have applied it to a previous site I use to run . Nice tut! RE: How to stop the 'mybb_sessions' table from crashing - PHPMyAdmin - Mafia - 06-02-2013 Thank you for this it will help ALOT! |