How do I optimize my Mambo DB?
Written by Webray   
Monday, 25 April 2005
Skill level :  Breezer 
 
How do I optimize my Mambo DB?

The Mambo session table can remain locked during heavy traffic and can be prevented by occasionally optimizing your Mambo's session table.

How often you optimize your Mambo DB will depend on the amount of traffic your site receives.

Follow these steps to optimize your Mambo DB using phpMyAdmin:
 

  1. Login to your phpMyAdmin DB tool.
  2. Select the DB in question and scroll down to the session table.
  3. Check the check box next to the table (session table or any tables having overhead values) and select the Optimize option from the drop down select list.

Related topic: The Mambo session table has crashed my site, what can I do?

Last Updated ( Sunday, 04 December 2005 )