Page 1 of 1

How to optimise a table in mySql using php

Posted: Sun Feb 07, 2010 4:42 pm
by Neo
Call this from time to time.

Code: Select all

        $opt = "OPTIMIZE TABLE table1";
        $opt_table = mysql_query($opt);