Jump to content

Database optimization


Unlucky

Recommended Posts

Posted

I'm surprised they would not do it for you if you asked ? I'd take a backup first though.

Do you plan to do this via phpmyadmin or via ssh (command line) ? , phpmyadmin is slightly easier if you are not sure!

Posted

Did they provide you with any additional details?

The term "optimize" is a rather loose term here. If you are using MyISAM tables then you can run a true optimize query in phpmyadmin (or a similar tool) which can help some tables:

OPTIMIZE TABLE _tablename_

Your host may have been talking more broadly about improving the efficiency of your database, however, which is probably something you would need to relay to us if they gave you details.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...