Best unofficial Apache Server developers community |
|
I was adding a column to a 3.2 GB table and the alter table failed because the disc is full. It looks like the temporary table it created when doing the alter filled up the remaining space left on disc. I know I had at least a few gigs of space left, so I'm wondering how I can delete that temporary table to free up some extra space. I'm on centos.
posted via StackOverflow
|