Die Größe der SQL-Dump zu löschen ist gleich (30GB), auch wenn ich große Anzahl von Zeilen von mysql (myisam) Tabelle noteriesige SQL-Dump auch nach großen Anzahl von Datenzeilen
löschen: Diese variabe ist innodb_file_per_table ON
mysql> delete from radacct where YEAR(acctstarttime)='2014';
Query OK, 1963534 rows affected (1 hour 30.58 sec)
Vielleicht wird dies helfen: http://StackOverflow.com/Questions/3456159/How-to-Shrink-purge-ibdata1-file-in-mysql – mitkosoft