MySQL Backup Script – Updated

I had to move data from a large MySQL database (where large == 8GB tables). So I updated my trusty mysql backup script to backup tables inividually. The creation of 20+ GB files always seems like a bad idea.

The updated script can be found here.