ibdata ate my disk space
In a previous life, when I started using MySQL, we only had MyISAM table space in MySQL. It was not being ACID compliant and so it was very error prone in case of crashes et cetera. Transactions, anyone?!? Things changed when MySQL added the InnoDB storage engine. But to be honest InnoDB is a beast