I'm using INNODB with mysql 4.0.12 and a single data file:
innodb_data_file_path = ibdata1:10M:autoextend
My database has grown out of hand though and I am almost out of disk
space:
df:
/dev/sdb1 35859376 34878228 981148 98% /
ls -l:
-rw-rw---- 1 mysql mysql 35406217216 Jul 8 21:00 ibdata1
I have deleted a large portion of the database but the file size has
not shrunk. I understand that it has autoextended to this size but am
hoping that there is some command/utility that can shrink it down or
take off extents since I really need some disk space back. Am I off
base? Does anything like this exist?
thanks,
-Steve