hi
i have a mysql 4.0.16 db with innodb tables...
the database tables are frequently updated by deleting all data and putting in new data every 15 minutes..
in this situation the database size is 13 GB instead of 3 Gb as should be? is there a way to compact the Innodb tables?
i've fund a tool only for myisam such as myisamchk..
Thank you