How do I free up deleted data to the filesystem in MySQL

Posted by Thomas on Server Fault See other posts from Server Fault or by Thomas
Published on 2010-03-26T20:09:27Z Indexed on 2010/03/26 20:13 UTC
Read the original article Hit count: 368

Filed under:

I have deleted several GB of MySQL data, but it has not been returned to the filesystem. My disks are getting full so how do I do that? All the data is in the ibdata1 file since it's InnoDB.

I have tried mysqloptimize -A -o but it did not help.

© Server Fault or respective owner

Related posts about mysql