mysql - mysqldump vs innodb hot-backup -
mysql - mysqldump vs innodb hot-backup -
i need perform backup of entire innodb-database local file possibility restore info it. utilize mysql community edition, doesn’t have innodb hot-backup features.
so i’m wondering, negative aspects should expect using mysqldump hotbackup instead of innodb hot-backup features?
have at:
http://dev.mysql.com/doc/refman/5.1/en/innodb-backup.html
i think mysqldump locking each table during dump process. there should no limitation in restoring data, because info sql files
mysql backup innodb mysqldump
Comments
Post a Comment