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

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -