|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (3)
View Page History{page-title}
{excerpt}
How Does MySQL Hot Copy Work?
{excerpt}
{excerpt}
Lock and copy is often incorrectly called Hot Backup. An example program that does lock and copy for MySQL is called [mysqlhotcopy|http://dev.mysql.com/doc/refman/5.0/en/mysqlhotcopy.html]
h5. How Does MySQL Hot Copy Work?
h5. How Does MySQL Hot Copy Work?
# [FLUSH TABLES WITH READ LOCK|http://dev.mysql.com/doc/refman/5.0/en/flush.html]
# Full copy of MyISAM Tables (e.g. cp or scp)
# Full copy of MyISAM Tables (e.g. cp or scp)
...