tags:

views:

141

answers:

1

Is there any limitations on the size of a MySQL database that can be backed up with MySql Dump

+2  A: 

The only limitation as I see it is the actual filesize that the filesystem supports.

I have successfully backed up several GB of data using mysqldump. Or are you talking several hundreds of GB or even TB?

Keep in mind that the dump-file generated by mysqldump might be bigger than your actual data depending on how much indexes you have.

jishi
the database is +-2GB,
Charles Faiga
I would say, no problem at all, unless you're backing up into a FAT32 partition :)
jishi