How to optimise a table in mySql using php
Posted: Sun Feb 07, 2010 4:42 pm
Call this from time to time.
Code: Select all
$opt = "OPTIMIZE TABLE table1";
$opt_table = mysql_query($opt);