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
2009-01-26 08:21:05
the database is +-2GB,
Charles Faiga
2009-01-26 08:23:34
I would say, no problem at all, unless you're backing up into a FAT32 partition :)
jishi
2009-01-26 16:48:26