1

We had a very large MySQL table (about 100GB in size) that we deleted. The disk space doesn't seem to have been freed; how do you cause MySQL to flush its changes to disk?

Dimitri Dewaele
  • 10,311
  • 21
  • 80
  • 127
user1094786
  • 6,402
  • 7
  • 29
  • 42

1 Answers1

0

look in your my.ini for the data dir, all the files for that datbase are in a sub directory of the data dir, just delete those if any still remain.

bizzehdee
  • 20,289
  • 11
  • 46
  • 76